theme_builder library

Classes

ThemeBuilder
A widget that rebuilds when the theme changes. Sometimes you need to rebuild part of the widget tree that may not get updated via the ThemeManagerWidget. While the theme is changed correctly places such as a Builder widget may not get updated. This widget will rebuild when the theme changes.

Typedefs

ThemeBuilderWidget = Widget Function(BuildContext context, ThemeState state)