Skip to content

Instantly share code, notes, and snippets.

@mit-mit
Last active May 2, 2019 12:10
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 mit-mit/1462f750f293a42535ca07e6a5a5dd8d to your computer and use it in GitHub Desktop.
Save mit-mit/1462f750f293a42535ca07e6a5a5dd8d to your computer and use it in GitHub Desktop.
Widget build(BuildContext context) {
return Column(children: [
Text(mainText),
if (page != pages.last)
FlatButton(child: Text('Next')),
]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment