Skip to content

Instantly share code, notes, and snippets.

@ramansah
Last active December 8, 2018 14:25
Show Gist options
  • Save ramansah/93b4e0cbd639ef6cfbc53d2a3f561cf3 to your computer and use it in GitHub Desktop.
Save ramansah/93b4e0cbd639ef6cfbc53d2a3f561cf3 to your computer and use it in GitHub Desktop.
body: Center(
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Text('0'),
Text('0'),
Text('0'),
],
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment