Last active
June 10, 2019 14:04
-
-
Save timbergus/46b3e276acb8170fb7ede4c0c7dc61de 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(), | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment