Skip to content

Instantly share code, notes, and snippets.

@marcinOz
Created June 5, 2019 19:19
Show Gist options
  • Save marcinOz/9fdcc4db57d54104a0a883a2e4795ece to your computer and use it in GitHub Desktop.
Save marcinOz/9fdcc4db57d54104a0a883a2e4795ece to your computer and use it in GitHub Desktop.
Widget build(BuildContext context) {
return Column(children: [
Text(mainText),
...buildMainElements(),
if (page != pages.last)
FlatButton(child: Text('Next')),
for (var section in sections)
HeadingAction(section.heading),
]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment