setThemeModel method

void setThemeModel(
  1. ThemeModel tm
)

Implementation

void setThemeModel(ThemeModel tm) {
  _themeMode = tm.themeMode;
  _themeSeedColor = tm.themeSeedColor;
  notifyListeners();
}