CurrencyInputFormatter constructor
CurrencyInputFormatter({
- required String currencySymbol,
Implementation
CurrencyInputFormatter({required this.currencySymbol})
: _numberFormat = NumberFormat('#,##,###.##');