Data Table Colors
Colors used throughout the DataTable.
All colors have sensible defaults that work without any theming framework. Pass a custom instance to DataTable to match your application's palette.
Text color is not here — it lives on the styles in DataTableTextStyles — so a dark palette means overriding both.
Constructors
Properties
Fill and border of a checked selection checkbox.
The checkmark drawn inside a checked checkbox.
Border of an unchecked selection checkbox.
Pagination arrows that cannot be used from the current page.
Background behind the content of an expanded row.
Marker drawn down the leading edge of the keyboard-focused row.
Background of the row under the pointer, also used for icon-button hover highlights in the footer.
Muted content color, available for callers building custom cells.
Background of every other row. Color.Transparent, the default, turns striping off.
Background of a selected row. Usually translucent, so it reads on top of rowAlternate.