pub trait SystemThemeExt {
// Required method
fn to_iced_theme(&self) -> Theme;
}Expand description
Extension trait for converting a SystemTheme to an iced theme.
Required Methods§
Sourcefn to_iced_theme(&self) -> Theme
fn to_iced_theme(&self) -> Theme
Convert this system theme to an iced Theme.