PlexFormFieldStepper constructor
const
PlexFormFieldStepper({})
Implementation
const PlexFormFieldStepper({
super.key,
this.properties = const PlexFormFieldGeneric.empty(),
this.value,
this.min,
this.max,
this.step = 1,
this.onChanged,
this.allowDecimal = false,
});