IntField
An integer number input field. Maps to UIToolkit’s IntegerField.
Constructor
IntField
Creates an IntField element.
| Parameter | Description |
|---|---|
value | The current integer value. |
onChanged | Callback invoked on every value change. |
label | Optional label text shown beside the field. |
key | An optional key for reconciliation identity. |
Properties
Label
An optional text label displayed alongside the field. Null means no label is shown.
OnChanged
Callback invoked whenever the value changes. Receives the new integer value as its argument.
Value
The current integer value.
Methods
ShouldRebuild
Last updated on