NumberValidationConfig constructor
const
NumberValidationConfig({})
Creates a number validation config.
Implementation
const NumberValidationConfig({
this.min,
this.max,
this.allowNegative = true,
this.integerOnly = false,
this.maxDecimalPlaces,
});