DecimalTextFormatter constructor
DecimalTextFormatter({})
Implementation
DecimalTextFormatter({
required this.precision,
this.decimalSeparator = ',',
this.thousandSeparator = '.',
}) : allow = RegExp('[-0-9$decimalSeparator$thousandSeparator]');