Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

hide keyboard in flutter

/// Hide the soft keyboard.
void hideKeyboard(BuildContext context) {
  FocusScope.of(context).requestFocus(FocusNode());
}
Source by coflutter.com #
 
PREVIOUS NEXT
Tagged: #hide #keyboard #flutter
ADD COMMENT
Topic
Name
2+5 =