themeMode property

ThemeMode get themeMode

The current theme mode of the application. It is computed from the current theme.

Implementation

ThemeMode get themeMode {
  return kFastSettingThemeModeMap[theme ?? kFastSettingsDefaultTheme]!;
}