highlightColor property

Color? highlightColor
final

The highlight color of the ink response when pressed.

defaults to the color of selectedCellDecoration with 30% opacity, if selectedCellDecoration is null will fall back to ColorScheme.onPrimary with 30% opacity.

Implementation

final Color? highlightColor;