Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Column(
  2. crossAxisAlignment: CrossAxisAlignment.start,
  3. mainAxisSize: MainAxisSize.min,
  4. children: <Widget>[
  5. Text('We move under cover and we move as one'),
  6. Text('Through the night, we have one shot to live another day'),
  7. Text('We cannot let a stray gunshot give us away'),
  8. Text('We will fight up close, seize the moment and stay in it'),
  9. Text('It’s either that or meet the business end of a bayonet'),
  10. Text('The code word is ‘Rochambeau,’ dig me?'),
  11. Text('Rochambeau!', style: DefaultTextStyle.of(context).style.apply(fontSizeFactor: 2.0)),
  12. ],
  13. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement