theme/theme library

Classes

CodeTheme
A ThemeExtension for code highlight color properties used by code viewer.
TopicTheme
A ThemeExtension for semantic theme topic group color properties.

Functions

flexColorSchemeDark(ThemeController controller, Color source) → FlexColorScheme
Create the FlexColorScheme object represented by our current ThemeController value controller configuration and source color.
flexColorSchemeLight(ThemeController controller, Color source) → FlexColorScheme
Create the FlexColorScheme object represented by our current ThemeController value controller configuration and source color.
flexThemeDark(ThemeController controller) ThemeData
This function calls flexColorSchemeDark and uses FlexColorScheme.toTheme to return the ThemeData object represented by the returned FlexColorScheme setup.
flexThemeLight(ThemeController controller) ThemeData
This function calls flexColorSchemeLight and uses FlexColorScheme.toTheme to return the ThemeData object represented by the returned FlexColorScheme setup.
themeDataDark(ThemeController controller) ThemeData
Return a Flutter SDK standard created ThemeData object, using the ColorScheme colors created by the current configuration in our FlexColorScheme object as configured by the ThemeController.
themeDataLight(ThemeController controller) ThemeData
Return a Flutter SDK standard created ThemeData object, using the ColorScheme colors created by the current configuration in our FlexColorScheme object as configured by the ThemeController.