setTheme static method

void setTheme(
  1. ThemeMode theme
)

Implementation

static void setTheme(ThemeMode theme) {
  oldInstance = instance.clone();
  instance.theme = theme;
  instance.leftBarTheme = theme;
  instance.rightBarTheme = theme;
  instance.topBarTheme = theme;
  _notify();
}