Guest User

Untitled

a guest
Feb 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. new Row(
  2. mainAxisAlignment: MainAxisAlignment.spaceEvenly,
  3. children: <Widget>[
  4. Column(
  5. children: <Widget>[
  6. Icon(Icons.time_to_leave, size: _iconSize, color: _iconColor),
  7. Padding(padding: EdgeInsets.only(top: _textPadding)),
  8. Text("Car", style: new TextStyle(fontSize: _fontSize))
  9. ],
  10. ),
  11.  
  12. ],
  13. ),
Add Comment
Please, Sign In to add comment