Trait iced_style::pick_list::StyleSheet[][src]

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[src]

fn active(&self) -> Style[src]

fn hovered(&self) -> Style[src]

Produces the style of a container.

Loading content...

Implementors

Loading content...