DecimalValidator constructor

DecimalValidator({
  1. String error = "Value must be a decimal number",
})

Implementation

DecimalValidator({this.error = "Value must be a decimal number"});