LimitRange constructor

LimitRange({
  1. bool? allowDecimalValues,
  2. bool? allowNegativeValues,
})

Implementation

LimitRange({
  this.allowDecimalValues,
  this.allowNegativeValues,
});