splashColor property

Color? splashColor
final

The splash color of the ink response.

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? splashColor;