Scaffold를 GestureDetector로 감싼 후
ontap 부분에 FocusScope.of(context).unfocus(); 를 추가하면 화면 외부 클릭시 키보드가 잘 숨겨진다.
'study > flutter' 카테고리의 다른 글
플러터(flutter) textfield 터치시 키보드 화면이 올라와서 화면이 깨질때 (0) | 2021.10.28 |
---|---|
플러터(flutter) ProgressDialog 사용 (0) | 2021.10.13 |
플러터(flutter) showCupertinoModalPopup 사용 (0) | 2021.10.11 |
플러터(flutter) BottomSheet에서 DropDown List 만들기 (0) | 2021.10.10 |
플러터(flutter) 달력 날자 선택 datepicker (0) | 2021.10.07 |