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