Trait iced::overlay::menu::StyleSheet

pub trait StyleSheet {
    type Style: Default + Clone;

    fn appearance(&self, style: &Self::Style) -> Appearance;
}
Expand description

The style sheet of a menu.

Required Associated Types§

The supported style of the StyleSheet.

Required Methods§

Produces the Appearance of a menu.

Implementors§