themeMode property

ValueNotifier<ThemeMode> themeMode
final

Implementation

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