FdcColumnSummary constructor
const
FdcColumnSummary({
- FdcAggregate? aggregate,
- String? label,
- bool labelVisible = true,
- FdcSummaryLabelAlignment labelAlignment = FdcSummaryLabelAlignment.inline,
- bool allowAggregateChange = false,
- FdcGridSummaryCellStyle? style,
Creates a FdcColumnSummary.
Implementation
const FdcColumnSummary({
this.aggregate,
this.label,
this.labelVisible = true,
this.labelAlignment = FdcSummaryLabelAlignment.inline,
this.allowAggregateChange = false,
this.style,
});