NiceCurrencyInput constructor
Implementation
const NiceCurrencyInput({
super.key,
this.value,
this.onChanged,
this.label,
this.currency = 'PLN',
this.symbol = 'zł',
this.decimalPlaces = 2,
this.enabled = true,
});
const NiceCurrencyInput({
super.key,
this.value,
this.onChanged,
this.label,
this.currency = 'PLN',
this.symbol = 'zł',
this.decimalPlaces = 2,
this.enabled = true,
});