Flutter/기술
Flutter - 키보드 숨기기
aspe
2023. 2. 17. 13:43
현재 상태에서 키보드를 숨기고 싶다면,
FocusScope.of(context).unfocus()
를 사용해보세요.