App/Flutter
[ FLUTTER ] 키보드 아웃포커스
HEON.D
2021. 7. 8. 18:11
GestureDetector(
onTap: () {
FocusScope.of(context).unfocus();
},
child : App()
);