Created
February 1, 2022 23:03
-
-
Save csells/6b5541a26d75b60a0a6cb94b437c2271 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 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