extended_theme library

Classes

ExtendedTheme
Base class for themes. You can use this class directly without creating any descendants
ThemeHolder<TTheme extends ExtendedTheme>
A controller that stores a link to theme and allows you to update it
ThemeScope<TTheme extends ExtendedTheme>
Widget for managing the application themes Wrap in it your root widget to manage the application theme

Typedefs

ThemedWidgetBuilder<TTheme extends ExtendedTheme> = Widget Function(BuildContext context, TTheme theme)