DecimalInputFormatter constructor
DecimalInputFormatter({
- int? decimalRange,
Implementation
DecimalInputFormatter({this.decimalRange}) : assert(decimalRange == null || decimalRange > 0);
DecimalInputFormatter({this.decimalRange}) : assert(decimalRange == null || decimalRange > 0);