themeSet
Set the active theme.
Only valid between Window.beginand Window.end.
Parameters
- theme:Theme
- Theme
Source
Implementation
pub fn themeSet(theme: Theme) void {
currentWindow().themeSet(theme);
}Set the active theme.
Only valid between Window.beginand Window.end.
Source
pub fn themeSet(theme: Theme) void {
currentWindow().themeSet(theme);
}