appearanceNotifier property

ValueNotifier<Appearance> appearanceNotifier
getter/setter pair

Notifies listeners of changes in the app's appearance.

Implementation

ValueNotifier<Appearance> appearanceNotifier =
    ValueNotifier<Appearance>(Appearance.light);