theme_switcher_point library

Classes

ThemeSwitcherPoint
A helper widget that simplifies triggering the theme switch.
ThemeSwitcherPointState

Typedefs

BuilderWithTheme = Widget Function(BuildContext, ThemeSwitcherCallback callback)
A builder function that provides the BuildContext and a callback function to switch the theme.
ThemeSwitcherCallback = void Function({Offset? offset, VoidCallback? onAnimationFinish, required ThemeData theme})
A callback function signature for triggering the theme switch.