Guest User

Untitled

a guest
Jan 21st, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. enum ButtonTextTheme {
  2. /// Button text is black or white depending on [ThemeData.brightness].
  3. normal,
  4.  
  5. /// Button text is [ThemeData.accentColor].
  6. accent,
  7.  
  8. /// Button text is based on [ThemeData.primaryColor].
  9. primary,
  10. }
Add Comment
Please, Sign In to add comment