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

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

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

Required methods

fn active(&self) -> Style

fn hovered(&self) -> Style

Loading content...

Implementors

Loading content...