[][src]Trait iced_style::container::StyleSheet

pub trait StyleSheet {
    pub fn style(&self) -> Style;
}

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

Required methods

pub fn style(&self) -> Style[src]

Produces the style of a container.

Loading content...

Implementors

Loading content...