DecimalValidator constructor
DecimalValidator({
- String error = "Value must be a decimal number",
Implementation
DecimalValidator({this.error = "Value must be a decimal number"});