Created
February 14, 2020 19:34
-
-
Save mukireus/6fee3a623d16281c177659d617a4aab8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
final ThemeData theme = ThemeData( | |
primaryColor: Colors.blue, | |
accentColor: Colors.blueAccent, | |
textTheme: TextTheme(body1: TextStyle(color: Colors.lightBlue)) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment