splashColor property
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:
- ListTile.splashColor, which sets the ink splash for the tile.
- InkWell.splashColor, which determines the color of the ripple effect in Material widgets.
- ThemeData.splashColor, which provides a fallback color.
Implementation
final Color? splashColor;