Answers for "discard keyboard flutter"

4

hide keyboard flutter

FocusScope.of(context).unfocus()
Posted by: Guest on June-15-2020
1

dismiss keyboard flutter

// The correct way of closing the keyboard is

FocusScope.of(context).unfocus();
Posted by: Guest on June-19-2021

Code answers related to "Dart"

Browse Popular Code Answers by Language