AmountInputFormatter constructor

AmountInputFormatter({
  1. bool allowDecimal = false,
  2. int maxDecimalDigits = 2,
})

Creates an amount input formatter.

Implementation

AmountInputFormatter({this.allowDecimal = false, this.maxDecimalDigits = 2});