Trait StyleSheet
iced_graphics::widget::container
pub trait StyleSheet { fn style(&self) -> Style; }
A set of rules that dictate the style of a container.
fn style(&self) -> Style
Produces the style of a container.