Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. TextStyle menuStyle = TextStyle(
  2. fontFamily: 'Prompt',
  3. fontSize: 20.0,
  4. color: Colors.white
  5. );
  6.  
  7. Text('หน้าแรก', style: menuStyle),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement