CurrencyField constructor
Creates a CurrencyField widget.
Implementation
const CurrencyField({
Key? key,
this.width,
this.height,
required this.onChanged,
}) : super(key: key);
Creates a CurrencyField widget.
const CurrencyField({
Key? key,
this.width,
this.height,
required this.onChanged,
}) : super(key: key);