setThemeMode method

void setThemeMode(
  1. ThemeManagerMode themeManagerMode
)

Sets the theme mode on the ThemeManager

Implementation

void setThemeMode(ThemeManagerMode themeManagerMode) =>
    _themeManager.setThemeMode(_getThemeMode(themeManagerMode));