Trait iced::widget::radio::StyleSheet[]

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

pub fn hovered(&self) -> Style

Loading content...

Implementors

Loading content...