Skip to content

Instantly share code, notes, and snippets.

@lwinged
Created May 6, 2019 16:38
Show Gist options
  • Save lwinged/89a2de23031975e1f39e4ed8f5a4a391 to your computer and use it in GitHub Desktop.
Save lwinged/89a2de23031975e1f39e4ed8f5a4a391 to your computer and use it in GitHub Desktop.
container = new Container( // grey box
child: new Text(
"Lorem ipsum",
style: new TextStyle(
fontSize: 24.0
fontWeight: FontWeight.w900,
fontFamily: "Georgia",
),
),
width: 320.0,
height: 240.0,
color: Colors.grey[300],
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment