Function cosmic::widget::button::link

source ยท
pub fn link<'a, Message>(
    label: impl Into<Cow<'a, str>> + 'static,
) -> Button<'a, Message>
Expand description

A hyperlink button.