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