[−][src]Trait iced_native::widget::radio::Renderer
The renderer of a Radio
button.
Your renderer will need to implement this trait before being
able to use a Radio
button in your user interface.
Associated Types
Loading content...Associated Constants
const DEFAULT_SIZE: u16
The default size of a Radio
button.
const DEFAULT_SPACING: u16
The default spacing of a Radio
button.
Required methods
fn draw(
&mut self,
bounds: Rectangle,
is_selected: bool,
is_mouse_over: bool,
label: Self::Output,
style: &Self::Style
) -> Self::Output
&mut self,
bounds: Rectangle,
is_selected: bool,
is_mouse_over: bool,
label: Self::Output,
style: &Self::Style
) -> Self::Output