themeMode property
ThemeMode
get
themeMode
Implementation
ThemeMode get themeMode => themeModeNotifier.value;
set
themeMode
(ThemeMode value)
Implementation
set themeMode(ThemeMode value) => themeModeNotifier.value = value;