SfDataGridThemeData constructor
const
SfDataGridThemeData({
- Color? gridLineColor,
- double? gridLineStrokeWidth,
- Color? selectionColor,
- DataGridCurrentCellStyle? currentCellStyle,
- Color? frozenPaneLineColor,
- double? frozenPaneLineWidth,
- Color? sortIconColor,
- Color? headerColor,
- Color? headerHoverColor,
- double? frozenPaneElevation,
- Color? columnResizeIndicatorColor,
- double? columnResizeIndicatorStrokeWidth,
- Color? rowHoverColor,
- TextStyle? rowHoverTextStyle,
- Widget? sortIcon,
- Widget? filterIcon,
- Color? filterIconColor,
- Color? filterIconHoverColor,
- Color? sortOrderNumberColor,
- Color? sortOrderNumberBackgroundColor,
- TextStyle? filterPopupTextStyle,
- TextStyle? filterPopupDisabledTextStyle,
- Color? columnDragIndicatorColor,
- double? columnDragIndicatorStrokeWidth,
- Widget? groupExpanderIcon,
- double? indentColumnWidth,
- Color? indentColumnColor,
Create a SfDataGridThemeData that's used to configure a SfDataGridTheme.
Implementation
const SfDataGridThemeData(
{this.gridLineColor,
this.gridLineStrokeWidth,
this.selectionColor,
this.currentCellStyle,
this.frozenPaneLineColor,
this.frozenPaneLineWidth,
this.sortIconColor,
this.headerColor,
this.headerHoverColor,
this.frozenPaneElevation,
this.columnResizeIndicatorColor,
this.columnResizeIndicatorStrokeWidth,
this.rowHoverColor,
this.rowHoverTextStyle,
this.sortIcon,
this.filterIcon,
this.filterIconColor,
this.filterIconHoverColor,
this.sortOrderNumberColor,
this.sortOrderNumberBackgroundColor,
this.filterPopupTextStyle,
this.filterPopupDisabledTextStyle,
this.columnDragIndicatorColor,
this.columnDragIndicatorStrokeWidth,
this.groupExpanderIcon,
this.indentColumnWidth,
this.indentColumnColor});