pub fn draw<'a, Renderer: Renderer>(
renderer: &mut Renderer,
bounds: Rectangle,
cursor_position: Point,
is_enabled: bool,
style_sheet: &dyn StyleSheet,
state: impl FnOnce() -> &'a State
) -> StyleExpand description
Draws a Button.