Skip to content

Instantly share code, notes, and snippets.

@nkmrh
Created August 9, 2018 10:21
Show Gist options
  • Save nkmrh/0603072b69ba45995f34d5d258d3bdd0 to your computer and use it in GitHub Desktop.
Save nkmrh/0603072b69ba45995f34d5d258d3bdd0 to your computer and use it in GitHub Desktop.
Navigator.push(context, MaterialPageRoute<Null>(
builder: (BuildContext context) {
return YourWidget();
},
fullscreenDialog: true, <-- here
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment