Skip to content

Instantly share code, notes, and snippets.

@mit-mit
Last active May 2, 2019 12:07
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/aaf12ef2751f7a662261f30d8fe9657d to your computer and use it in GitHub Desktop.
Save mit-mit/aaf12ef2751f7a662261f30d8fe9657d to your computer and use it in GitHub Desktop.
Widget build(BuildContext context) {
return Column(children: [
Header(),
...buildMainElements(),
Footer(),
]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment