AmountDisplay constructor
const
AmountDisplay({})
Implementation
const AmountDisplay({
super.key,
required this.amount,
this.direction = AmountDirection.none,
this.style,
this.showCurrency = true,
this.placeholder = '\u2014',
this.compact = false,
this.prefix = '',
this.suffix = '',
});