Skip to content

Instantly share code, notes, and snippets.

@ijoschek
Created August 21, 2019 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijoschek/67e8864f2766d1ba34879065aa349c27 to your computer and use it in GitHub Desktop.
Save ijoschek/67e8864f2766d1ba34879065aa349c27 to your computer and use it in GitHub Desktop.
flutter_gridview_tut
//...
class _MyHomePageState extends State<MyHomePage> {
//...
_dismissDialog(context) {
Navigator.pop(context);
}
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment