Skip to content

Instantly share code, notes, and snippets.

@Nash0x7E2
Created March 17, 2018 03:30
Show Gist options
  • Save Nash0x7E2/35da44861d0534da929fae812aa8072c to your computer and use it in GitHub Desktop.
Save Nash0x7E2/35da44861d0534da929fae812aa8072c to your computer and use it in GitHub Desktop.
new Padding(
padding: const EdgeInsets.all(28.0),
child: new Text('Hello ' + name, style: new TextStyle(fontSize: 20.0, color: Colors.white),)
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment