Skip to content

Instantly share code, notes, and snippets.

@BKinya
Created September 10, 2020 21:11
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 BKinya/13edd8e1c70d1c9a9f38024dd7f9dec6 to your computer and use it in GitHub Desktop.
Save BKinya/13edd8e1c70d1c9a9f38024dd7f9dec6 to your computer and use it in GitHub Desktop.
body: Container(
padding: EdgeInsets.all(10.0),
child: Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
children: <Widget>[
buildCard('I love Flutter'),
buildCard('Flutter is awesome'),
],
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment