728x90
TextField에 복사나 붙여넣기를 막아야 하는 상황에서 enableInteractiveSelection을 false로 주면 비활성화가 됩니다.
TextFormField(
enableInteractiveSelection: false,
...
),
'Flutter > 기본' 카테고리의 다른 글
[Flutter] Custom Icon generator (SVG to Icon) (2) | 2023.11.23 |
---|---|
[Flutter] web device local debug test (0) | 2023.11.01 |
[Flutter] TextField focus remove (0) | 2023.08.09 |
[Flutter] TextSpan 터치이벤트 설정 (0) | 2023.08.02 |
[Flutter] DateTime 비교하기 (0) | 2023.07.12 |