MoneyText constructor
const
MoneyText({})
Implementation
const MoneyText(
{Key? key,
required this.value,
required this.currency,
this.numberFormat,
this.valueFontSize = 50,
this.currencyFontSize = 12,
this.color,
this.bold = false,
this.textAlign})
: super(key: key);