Posts by Otavio Oliveira • 1 point
1 post
-
-1
votes5
answers13518
viewsA: Hide the keyboard
You can put the entire screen inside a Gesturedetector new Scaffold( body: new GestureDetector( onTap: () { FocusScope.of(context).requestFocus(FocusNode()); }, child: Container() ) )…