themeMode property

ThemeMode themeMode

Implementation

ThemeMode get themeMode => value.themeMode;
void themeMode=(ThemeMode currentTheme)

Implementation

set themeMode(ThemeMode currentTheme) {
  this.onChanged(value.copyWith(currentTheme: currentTheme));
}