splashColor property

Color? splashColor
final

The splash color of the ink response when the tile is tapped.

This color is passed directly to the underlying ListTile's splashColor property, which controls the ink ripple (splash) animation when the tile is tapped. Internally, ListTile uses an InkWell (which handles the actual splash effect), and so the provided color will apply to that ripple.

If null, the splash color will default to the current theme’s ThemeData.splashColor.

See also:

Implementation

final Color? splashColor;