Trait iced::widget::pick_list::StyleSheet[]

pub trait StyleSheet {
    pub fn menu(&self) -> Style;
pub fn active(&self) -> Style;
pub fn hovered(&self) -> Style; }

A set of rules that dictate the style of a container.

Required methods

pub fn menu(&self) -> Style

pub fn active(&self) -> Style

pub fn hovered(&self) -> Style

Produces the style of a container.

Loading content...

Implementors

Loading content...