Answers for "how to unfocus a text field in flutter"

2

flutter unfocus textfield

FocusScope.of(context).unfocus();
Posted by: Guest on October-12-2020
0

unfocused keyboard flutter

FocusManager.instance.primaryFocus.unfocus();
Posted by: Guest on August-27-2021

Code answers related to "how to unfocus a text field in flutter"

Browse Popular Code Answers by Language