addons/theme/theme_addon library

Classes

ThemeAddon<T>
An Addon for changing the active custom theme. A builder must be provided that returns an InheritedWidget or similar Widgets.

Typedefs

ThemeBuilder<T> = Widget Function(BuildContext context, T theme, Widget child)