NumLengthInputFormatter constructor

NumLengthInputFormatter({
  1. int decimalLength = 2,
  2. int integerLength = 8,
})

Implementation

NumLengthInputFormatter({this.decimalLength = 2, this.integerLength = 8}) : super();