ActiveTheme

Trait ActiveTheme 

Source
pub trait ActiveTheme {
    // Required method
    fn theme(&self) -> &Arc<Theme>;
}
Expand description

Trait for accessing the current theme from an App context

Required Methods§

Source

fn theme(&self) -> &Arc<Theme>

Returns a reference to the currently active theme

Implementations on Foreign Types§

Source§

impl ActiveTheme for App

Source§

fn theme(&self) -> &Arc<Theme>

Implementors§