Skip to content

Instantly share code, notes, and snippets.

@timbergus
Last active June 10, 2019 14:04
Show Gist options
  • Save timbergus/46b3e276acb8170fb7ede4c0c7dc61de to your computer and use it in GitHub Desktop.
Save timbergus/46b3e276acb8170fb7ede4c0c7dc61de to your computer and use it in GitHub Desktop.
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