Created
August 25, 2019 21:30
-
-
Save jamesdixon/0b8468f984afc7b9842e5d083853bff2 to your computer and use it in GitHub Desktop.
Flutter 360: Dismiss Keyboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GestureDetector( | |
onTap: () {}, | |
child: ... | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment