Skip to content

Instantly share code, notes, and snippets.

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 guilhermecarvalhocarneiro/c6ee5f3a385fad01715de7a164e440ee to your computer and use it in GitHub Desktop.
Save guilhermecarvalhocarneiro/c6ee5f3a385fad01715de7a164e440ee to your computer and use it in GitHub Desktop.
return Scaffold(
body: Stack(
children: <Widget>[
Container(
foregroundDecoration:
BoxDecoration(color: Color(myColorBackgroud)),
child: Column(
children: <Widget>[
buildHeadProfilePage(_usuario, context),
buildGroupProfilePage(_usuario),
buildButtonsBar(),
buildListView(_feedProvider)
],
),
),
buildEmergencyButton()
// )
],
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment