FdcGridThemeData constructor

const FdcGridThemeData({
  1. FdcGridStyle grid = const FdcGridStyle(),
  2. FdcGridHeaderStyle header = const FdcGridHeaderStyle(),
  3. FdcGridHeaderFilterStyle headerFilters = const FdcGridHeaderFilterStyle(),
  4. FdcGridToolbarStyle toolbar = const FdcGridToolbarStyle(),
  5. FdcGridPopupMenuStyle popupMenu = const FdcGridPopupMenuStyle(),
  6. FdcGridControlsStyle controls = const FdcGridControlsStyle(),
  7. FdcGridSummaryStyle summary = const FdcGridSummaryStyle(),
  8. FdcGridProgressStyle progress = const FdcGridProgressStyle(),
  9. FdcGridStatusBarStyle statusBar = const FdcGridStatusBarStyle(),
  10. FdcProgressBarStyle statusBarProgressBar = const FdcProgressBarStyle(),
  11. FdcCounterStyle counter = const FdcCounterStyle(),
  12. FdcGridCellIndicatorStyle cellIndicator = const FdcGridCellIndicatorStyle(),
  13. FdcErrorIndicatorMarkerStyle cellErrorIndicator = const FdcErrorIndicatorMarkerStyle(),
})

Creates a FdcGridThemeData.

Implementation

const FdcGridThemeData({
  this.grid = const FdcGridStyle(),
  this.header = const FdcGridHeaderStyle(),
  this.headerFilters = const FdcGridHeaderFilterStyle(),
  this.toolbar = const FdcGridToolbarStyle(),
  this.popupMenu = const FdcGridPopupMenuStyle(),
  this.controls = const FdcGridControlsStyle(),
  this.summary = const FdcGridSummaryStyle(),
  this.progress = const FdcGridProgressStyle(),
  this.statusBar = const FdcGridStatusBarStyle(),
  this.statusBarProgressBar = const FdcProgressBarStyle(),
  this.counter = const FdcCounterStyle(),
  this.cellIndicator = const FdcGridCellIndicatorStyle(),
  this.cellErrorIndicator = const FdcErrorIndicatorMarkerStyle(),
});