themeNotifier top-level property

ValueNotifier<ThemeMode> themeNotifier
getter/setter pair

Implementation

ValueNotifier<ThemeMode> themeNotifier = ValueNotifier(ThemeMode.system);