NiceNumberInput constructor
Implementation
const NiceNumberInput({
super.key,
this.value,
this.min,
this.max,
this.step = 1,
this.label,
this.hint,
this.errorText,
this.enabled = true,
this.showButtons = true,
this.decimals = 0,
this.onChanged,
});