setTheme method

dynamic setTheme(
  1. ThemeMode theme
)

Implementation

setTheme(final ThemeMode theme) {
  themeMode(theme);
  switchColor(primaryColor());
  _configService.setConfig(_configService.data().copyWith(theme: theme));
}