ArcaneNumberInput constructor
const
ArcaneNumberInput({})
Implementation
const ArcaneNumberInput({
required this.value,
this.min = 0,
this.max = 100,
this.step = 1,
this.onChanged,
this.size = NumberInputSize.md,
this.disabled = false,
this.label,
this.prefix,
this.suffix,
this.decimals = 0,
this.id,
this.attributes,
super.key,
});