DecimalTextInputFormatter constructor
DecimalTextInputFormatter({
- required int decimalRange,
Implementation
DecimalTextInputFormatter({required this.decimalRange})
: assert(decimalRange >= 0);