DecimalInputFormatter constructor

DecimalInputFormatter({
  1. int maxDigits = 1,
})

Implementation

DecimalInputFormatter({this.maxDigits = 1});