Skip to main content

chip

Function chip 

Source
pub fn chip<E: Serialize>(
    label: impl Into<String>,
    selected: bool,
    on_press: E,
) -> Widget