FdcColumnSummary constructor

const FdcColumnSummary({
  1. FdcAggregate? aggregate,
  2. String? label,
  3. bool labelVisible = true,
  4. FdcSummaryLabelAlignment labelAlignment = FdcSummaryLabelAlignment.inline,
  5. bool allowAggregateChange = false,
  6. FdcGridSummaryCellStyle? style,
})

Creates a FdcColumnSummary.

Implementation

const FdcColumnSummary({
  this.aggregate,
  this.label,
  this.labelVisible = true,
  this.labelAlignment = FdcSummaryLabelAlignment.inline,
  this.allowAggregateChange = false,
  this.style,
});