Function cosmic::widget::button::custom_image_button
source ยท pub fn custom_image_button<'a, Message>(
content: impl Into<Element<'a, Message>>,
on_remove: Option<Message>,
) -> Button<'a, Message>
Expand description
An image button which may contain any widget as its content.