setTheme method

void setTheme (
  1. ThemeType type
)

Implementation

void setTheme(ThemeType type) {
  themeType = type;
  persistSettings();
  notifyListeners();
}