Skip to content

Instantly share code, notes, and snippets.

@timbergus
Created June 10, 2019 15:56
Show Gist options
  • Save timbergus/86e81bbae766ab7d31b15aa413974a0b to your computer and use it in GitHub Desktop.
Save timbergus/86e81bbae766ab7d31b15aa413974a0b to your computer and use it in GitHub Desktop.
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