adaptive_chameleon_theme library

Classes

AdaptiveChameleonTheme
Global InheritedWidget to access the data of the plugin Current Theme related data or methods
AdaptiveChameleonThemeWidget
Widget that will contains the whole app
AdaptiveChameleonThemeWidgetState
ThemeCollection
A collection of theme ID/ThemeData pairs, from which you retrieve a ThemeData using its associated theme ID.
ThemeColorSelectorWidget
ThemeModeSelectorWidget
ThemeModeSelectorWidgetState

Typedefs

ThemedWidgetBuilder = Widget Function(BuildContext context, ThemeData themeData, ThemeData darkThemeData, ThemeMode initialThemeMode)
Signature for the builder function which takes the BuildContext and ThemeData as arguments and is responsible for returning a Widget in the corresponding theme.