Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. // Add the following code to main.dart.
  2.  
  3. final ThemeData kIOSTheme = new ThemeData(
  4. primarySwatch: Colors.orange,
  5. primaryColor: Colors.grey[100],
  6. primaryColorBrightness: Brightness.light,
  7. );
  8.  
  9. final ThemeData kDefaultTheme = new ThemeData(
  10. primarySwatch: Colors.purple,
  11. accentColor: Colors.orangeAccent[400],
  12. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement