Created
June 10, 2019 15:56
-
-
Save timbergus/86e81bbae766ab7d31b15aa413974a0b to your computer and use it in GitHub Desktop.
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
onPressed: () => Navigator.push( | |
context, | |
MaterialPageRoute( | |
builder: (context) => ViewB( | |
message: 'Hello User :)', | |
), | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment