onChangeTheme property
Switch the light/dark theme. Null when the theme switcher is off.
Implementation
final void Function(ThemeMode mode)? onChangeTheme;
Switch the light/dark theme. Null when the theme switcher is off.
final void Function(ThemeMode mode)? onChangeTheme;