Skip to main content

IconButton

Function IconButton 

Source
pub fn IconButton<F>(
    __arg0: Modifier,
    content_description: impl Into<String>,
    on_click: impl Fn() + 'static,
    __arg3: F,
) -> NodeId
where F: FnMut() + 'static,
Expand description

A semantic icon button with caller-provided content.