NiceAmountBreakdown constructor
Implementation
const NiceAmountBreakdown({
super.key,
required this.items,
this.title,
this.formatAmount,
this.height = 24,
this.showLegend = true,
});
const NiceAmountBreakdown({
super.key,
required this.items,
this.title,
this.formatAmount,
this.height = 24,
this.showLegend = true,
});