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