Skip to content

Instantly share code, notes, and snippets.

@mukireus
Created February 14, 2020 19:34
Show Gist options
  • Save mukireus/6fee3a623d16281c177659d617a4aab8 to your computer and use it in GitHub Desktop.
Save mukireus/6fee3a623d16281c177659d617a4aab8 to your computer and use it in GitHub Desktop.
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