logo
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
) -> Style
Expand description

Draws a Button.