random_color_scheme
library
Functions
-
randomColorScheme({int? seed, bool isDark = true, bool shouldPrint = true})
→ ColorScheme
-
Method to generate a random Color Scheme that's either light or dark.
-
randomColorSchemeDark({int? seed, bool shouldPrint = true})
→ ColorScheme
-
Generates a random Color Scheme with a dark theme.
Properties set:
primary, primaryVariant, secondary, surface, background
-
randomColorSchemeLight({int? seed, bool shouldPrint = true})
→ ColorScheme
-
Generates a random Color Scheme with a light theme.
Properties set:
primary, primaryVariant, secondary, surface, background