Function cosmic::widget::spin_button::spin_button

source ยท
pub fn spin_button<'a, Message: 'static>(
    label: impl Into<Cow<'a, str>>,
    on_change: impl Fn(Message) -> Message + 'static,
) -> SpinButton<'a, Message>
Expand description

A control for incremental adjustments of a value.