UXPFieldNumber constructor
const
UXPFieldNumber({})
Implementation
const UXPFieldNumber({
Key? key,
required this.onChange,
required this.label,
required this.value,
this.required,
this.description,
required this.placeholder,
required this.readOnly,
this.minValue,
this.maxValue,
this.allowDecimals,
this.allowNegativeValues,
this.step,
}) : super(key: key);