globalTheme property
ArcaneTheme
get
globalTheme
Implementation
static ArcaneTheme get globalTheme {
try {
return $app!.currentTheme;
} catch (e) {
warn("Cant find global arcane theme! Is this docs?");
return ArcaneTheme();
}
}