FdcGridStyle constructor
const
FdcGridStyle({
- FdcGridLines? gridLines,
- Color? gridLineColor,
- double? pinnedSeparatorInset,
- FdcGridVerticalLines? verticalGridLines,
- Color? borderColor,
- Color? backgroundColor,
- Color? rowIndicatorBackgroundColor,
- TextStyle? cellTextStyle,
- Color? disabledCellBackgroundColor,
- Color? selectedCellBackgroundColor,
- Color? selectedRowColor,
Creates a FdcGridStyle.
Implementation
const FdcGridStyle({
this.gridLines,
this.gridLineColor,
this.pinnedSeparatorInset,
this.verticalGridLines,
this.borderColor,
this.backgroundColor,
this.rowIndicatorBackgroundColor,
this.cellTextStyle,
this.disabledCellBackgroundColor,
this.selectedCellBackgroundColor,
this.selectedRowColor,
});