themeMode property
String
get
themeMode
Implementation
String get themeMode => _themeMode;
set
themeMode
(String value)
Implementation
set themeMode(String value) {
_themeMode = value;
setUserCache('themeMode', value);
}