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