pub fn button<'a, Message>(
content: impl Into<Element<'a, Message>>,
) -> ListButton<'a, Message>Expand description
Creates a ListButton with the given content.
pub fn button<'a, Message>(
content: impl Into<Element<'a, Message>>,
) -> ListButton<'a, Message>Creates a ListButton with the given content.