Guest User

Untitled

a guest
Nov 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Container(
  2. color: Colors.blue,
  3. constraints: BoxConstraints(maxHeight: 200.0, minWidth: 600.0),
  4. child: Text("8", style: TextStyle(fontSize: 400.0)),
  5. );
Add Comment
Please, Sign In to add comment