Skip to content

Instantly share code, notes, and snippets.

@csells
Created February 1, 2022 23:03
Show Gist options
  • Save csells/6b5541a26d75b60a0a6cb94b437c2271 to your computer and use it in GitHub Desktop.
Save csells/6b5541a26d75b60a0a6cb94b437c2271 to your computer and use it in GitHub Desktop.
final lightScheme = ColorScheme.fromSeed(seedColor: Colors.green);
final darkScheme = ColorScheme.fromSeed(seedColor: Colors.green, brightness: Brightness.dark);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment