SummaryLine constructor
const
SummaryLine(
- String label,
- double amount, {
- bool bold = false,
- ColumnFormat format = ColumnFormat.currency,
- String targetColumnField = '',
Creates an immutable summary result.
Implementation
const SummaryLine(
this.label,
this.amount, {
this.bold = false,
this.format = ColumnFormat.currency,
this.targetColumnField = '',
});