FdcGridThemeData constructor
const
FdcGridThemeData({
- FdcGridStyle grid = const FdcGridStyle(),
- FdcGridHeaderStyle header = const FdcGridHeaderStyle(),
- FdcGridHeaderFilterStyle headerFilters = const FdcGridHeaderFilterStyle(),
- FdcGridToolbarStyle toolbar = const FdcGridToolbarStyle(),
- FdcGridPopupMenuStyle popupMenu = const FdcGridPopupMenuStyle(),
- FdcGridControlsStyle controls = const FdcGridControlsStyle(),
- FdcGridSummaryStyle summary = const FdcGridSummaryStyle(),
- FdcGridProgressStyle progress = const FdcGridProgressStyle(),
- FdcGridStatusBarStyle statusBar = const FdcGridStatusBarStyle(),
- FdcProgressBarStyle statusBarProgressBar = const FdcProgressBarStyle(),
- FdcCounterStyle counter = const FdcCounterStyle(),
- FdcGridCellIndicatorStyle cellIndicator = const FdcGridCellIndicatorStyle(),
- 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(),
});