NumberInput constructor
Constructs a NumberInput widget.
The value
parameter is required and represents the initial value of the input field.
Implementation
const NumberInput({Key? key, required this.value}) : super(key: key);
Constructs a NumberInput widget.
The value
parameter is required and represents the initial value of the input field.
const NumberInput({Key? key, required this.value}) : super(key: key);