themeMode top-level property

ValueNotifier<ThemeMode> themeMode
getter/setter pair

Implementation

ValueNotifier<ThemeMode> themeMode = ValueNotifier(ThemeMode.light);