setTheme method

dynamic setTheme(
  1. ThemeMode theme
)

Implementation

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