Skip to content

Instantly share code, notes, and snippets.

@Nash0x7E2
Created March 17, 2018 03:30
Show Gist options
  • Save Nash0x7E2/b5a71676c75948ee0681f0706250e6c3 to your computer and use it in GitHub Desktop.
Save Nash0x7E2/b5a71676c75948ee0681f0706250e6c3 to your computer and use it in GitHub Desktop.
onPressed: () {
Navigator.push(context, new MaterialPageRoute(
builder: (BuildContext context) =>
new Page2(name: name)));
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment