Skip to content

Instantly share code, notes, and snippets.

@Norbert515
Created February 24, 2018 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Norbert515/1f9944d9a8266f0fb11922b2edded883 to your computer and use it in GitHub Desktop.
Save Norbert515/1f9944d9a8266f0fb11922b2edded883 to your computer and use it in GitHub Desktop.
navigation
onTap: (){
Navigator.of(context).push(
new FadeRoute(
builder: (BuildContext context) => new BookNotesPage(bookState),
settings: new RouteSettings(name: '/notes', isInitialRoute: false),
));
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment