modeChangeNotifier property

ValueNotifier<AdaptiveThemeMode> modeChangeNotifier

Allows to listen to changes in them mode.

Implementation

ValueNotifier<AdaptiveThemeMode> get modeChangeNotifier =>
    _modeChangeNotifier;