themeGet
Get the active theme.
Only valid between Window.beginand Window.end.
Source
Implementation
pub fn themeGet() Theme {
return currentWindow().theme;
}Get the active theme.
Only valid between Window.beginand Window.end.
Source
pub fn themeGet() Theme {
return currentWindow().theme;
}