pub fn custom<'a, Message>( content: impl Into<Element<'a, Message>>, ) -> Button<'a, Message>
A button with a custom element for its content.