splashColor property

Color? splashColor
final

The splash color of the ink response. If this property is null then the splash color of the theme, ThemeData.splashColor, will be used.

See also:

  • splashFactory, which defines the appearance of the splash.
  • radius, the (maximum) size of the ink splash.
  • highlightColor, the color of the highlight.

Implementation

final Color? splashColor;