themeMode property

ThemeMode get themeMode

Implementation

static ThemeMode get themeMode {
  final darkMode = _prefs?.getBool(kThemeModeKey);
  return ThemeMode.system;
}