Skip to main content

OutlinedButton

Function OutlinedButton 

Source
pub fn OutlinedButton(
    on_click: impl Fn() + 'static,
    content: impl FnOnce() -> View,
) -> View
Expand description

M3 Outlined Button — button with an outline border and no fill.