NumericInputField constructor
const
NumericInputField({})
Implementation
const NumericInputField(
{super.key, this.controller,
required this.label,
this.allowDecimal = false,
this.onChange,
this.onClear,
this.readOnly = false,
this.initialValue});