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