Function button

Source
pub fn button<'a, Message>(
    content: impl Into<Element<'a, Message>>,
) -> ListButton<'a, Message>
Expand description

Creates a ListButton with the given content.