Created
May 6, 2019 16:38
-
-
Save lwinged/89a2de23031975e1f39e4ed8f5a4a391 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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