Skip to content

Instantly share code, notes, and snippets.

@slamdon
Created February 23, 2020 11:55
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 slamdon/96a854426fc08030856005a8a3154deb to your computer and use it in GitHub Desktop.
Save slamdon/96a854426fc08030856005a8a3154deb to your computer and use it in GitHub Desktop.
Column
Column(
children: <Widget>[
_buildInformationTopContainer(context),
_buildInformationMiddleContainer(context),
_buildInformationBottomContainer(context),
],
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment