DecimalInputFormatter constructor

DecimalInputFormatter({
  1. int? decimalRange,
})

Implementation

DecimalInputFormatter({this.decimalRange}) : assert(decimalRange == null || decimalRange > 0);