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

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

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

Required methods

fn menu(&self) -> Style

fn active(&self) -> Style

fn hovered(&self) -> Style

Produces the style of a container.

Loading content...

Implementors

Loading content...