FdcGridSummary constructor

const FdcGridSummary({
  1. bool visible = true,
  2. FdcGridSummaryStyle style = const FdcGridSummaryStyle(),
})

Creates a FdcGridSummary.

Implementation

const FdcGridSummary({
  this.visible = true,
  this.style = const FdcGridSummaryStyle(),
});