GestureDetector(
onTap: () => FocusScope.of(context).unfocus(),
child: ...
);
위 방식으로 설정하여 child 내의 위젯 중 focus를 가지고 있는 상태에서 focus대상이 아닌 곳을 누르면 해제
'개발 > Flutter' 카테고리의 다른 글
다중 네비게이터 사용 시의 modal_bottom_sheet 문제 (0) | 2023.02.26 |
---|---|
TextField 위젯의 높이가 남은 공간 모두 차지하도록 설정 (0) | 2023.01.31 |
status bar color 변경 (0) | 2022.12.04 |
[Error][Firebase] This operation is sensitive and requires recent authentication. (0) | 2022.08.10 |
[Error] CocoaPods could not find compatible versions for pod (0) | 2022.08.04 |