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