Trait iced_web::widget::radio::StyleSheet[][src]

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

A set of rules that dictate the style of a radio button.

Required methods

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

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

Loading content...

Implementors

Loading content...