theme/flex_theme_light library

Functions

flexColorSchemeLight(ThemeController controller, Color source) → FlexColorScheme
Create the FlexColorScheme object represented by our current ThemeController value controller configuration and source color.
flexThemeLight(ThemeController controller) ThemeData
This function calls flexColorSchemeLight and uses FlexColorScheme.toTheme to return the ThemeData object represented by the returned FlexColorScheme setup.