initThemeMode static method

ThemeMode initThemeMode(
  1. ThemeMode themeMode
)

Implementation

static ThemeMode initThemeMode(ThemeMode themeMode) {
  return _themeMode ??= _defaultMode;
}