NiceCurrencyInput constructor
const
NiceCurrencyInput({})
Implementation
const NiceCurrencyInput({
super.key,
this.value,
this.onChanged,
this.currencySymbol = 'zł',
this.currencyCode = 'PLN',
this.decimalPlaces = 2,
this.decimalSeparator = ',',
this.thousandsSeparator = ' ',
this.symbolOnLeft = false,
this.enabled = true,
this.label,
this.errorText,
this.hintText,
});