app_theme_mode library

Classes

AppThemeMode
Provides access to ThemeModeData in its descendant widgets to manage your ThemeMode. Rebuilds every time that a new ThemeMode is set.
AppThemeModeDialog
Create a dialog to choose a theme mode.
LabeledRadio<T>
Equals a RadioListTile however without internal padding.
ThemeModeData
Class with actions to manipulate ThemeMode.

Typedefs

OnChangeThemeMode = void Function(ThemeMode themeMode)
When the theme mode is changed.
ThemeModeBuilder = Widget Function(BuildContext context, ThemeMode themeMode)
Builders the widget with the base in the ThemeMode.