iced::widget::checkbox

Type Alias StyleFn

Source
pub type StyleFn<'a, Theme> = Box<dyn Fn(&Theme, Status) -> Style + 'a>;
Expand description

A styling function for a Checkbox.

This is just a boxed closure: Fn(&Theme, Status) -> Style.

Aliased Typeยง

struct StyleFn<'a, Theme>(/* private fields */);