Skip to content

Instantly share code, notes, and snippets.

@parse-code
Created June 18, 2019 01:43
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 parse-code/d6ef0becbd196eac12b07810426583e1 to your computer and use it in GitHub Desktop.
Save parse-code/d6ef0becbd196eac12b07810426583e1 to your computer and use it in GitHub Desktop.
[Flutter Layout Cheat Sheet] #Flutter #Layout #Dart
Row /*or Column*/(
mainAxisAlignment: MainAxisAlignment.start,
children: <Widget>[
Icon(Icons.star, size: 50),
Icon(Icons.star, size: 50),
Icon(Icons.star, size: 50),
],
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment