Skip to content

Instantly share code, notes, and snippets.

@csells
Created February 1, 2022 23:11
Show Gist options
  • Save csells/516e197c4410b5ef048ce855a4135d85 to your computer and use it in GitHub Desktop.
Save csells/516e197c4410b5ef048ce855a4135d85 to your computer and use it in GitHub Desktop.
final lightTheme = ThemeData(colorSchemeSeed: Colors.orange, …);
final darkTheme = ThemeData(colorSchemeSeed: Colors.orange, brightness: Brightness.dark, …);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment