Function cosmic::widget::button::custom

source ยท
pub fn custom<'a, Message>(
    content: impl Into<Element<'a, Message>>,
) -> Button<'a, Message>
Expand description

A button with a custom element for its content.