setTheme method
Implementation
setTheme(final ThemeMode theme) {
Pen.write("Setting theme");
themeMode(theme);
switchColor(primaryColor());
_configService.setConfig(_configService.item.copyWith(theme: theme));
}
setTheme(final ThemeMode theme) {
Pen.write("Setting theme");
themeMode(theme);
switchColor(primaryColor());
_configService.setConfig(_configService.item.copyWith(theme: theme));
}