Spin Button
@Composable
Creates a org.gnome.gtk.SpinButton to display numeric values.
Parameters
value
Number displayed in the component.
modifier
Compose Modifier for layout and styling.
on Activate
Callback triggered when the component is activated (pressing "enter").
on Value Change
Callback triggered when the value changes.
lower
Minimum allowed value.
upper
Maximum allowed value.
step Increment
How much the value increments or decrements by when using the buttons or the arrow keys.
page Increment
How much the value increments or decrements by when using "PageUp" or "PageDown".
climb Rate
The acceleration rate when holding down an arrow button or key.
digits
The number of decimal places to display.
numeric
Whether non-numeric characters are ignored.