DecimalTextInputFormatter constructor

DecimalTextInputFormatter({
  1. int? decimalRange,
})

Implementation

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