pub fn GlassButton(
__arg0: Modifier,
__arg1: GlassButtonSpec,
on_click: impl Fn() + 'static,
content: impl FnMut() + 'static,
)Expand description
A glass button. content composes the label (see GlassButton with
Text, or an crate::icons::Icon + text row).