FdcGridSummary constructor
const
FdcGridSummary({
- bool visible = true,
- FdcGridSummaryStyle style = const FdcGridSummaryStyle(),
Creates a FdcGridSummary.
Implementation
const FdcGridSummary({
this.visible = true,
this.style = const FdcGridSummaryStyle(),
});