appearanceNotifier property
Notifies listeners of changes in the app's appearance.
Implementation
ValueNotifier<Appearance> appearanceNotifier =
ValueNotifier<Appearance>(Appearance.light);
Notifies listeners of changes in the app's appearance.
ValueNotifier<Appearance> appearanceNotifier =
ValueNotifier<Appearance>(Appearance.light);