Last active
February 19, 2020 15:00
-
-
Save kichiemon/60c8169dcaeefc9cf57eb0f962bbe4c6 to your computer and use it in GitHub Desktop.
flutter_modal_push_page: The key point is `fullscreenDialog: true,`
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
Navigator.push( | |
context, | |
new MaterialPageRoute( | |
builder: (BuildContext context) => NextPage(), | |
fullscreenDialog: true, | |
), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment