splashFactory property

InteractiveInkFeatureFactory? splashFactory
final

Defines the appearance of the splash.

Defaults to the value of the theme's splash factory: ThemeData.splashFactory.

See also:

  • radius, the (maximum) size of the ink splash.
  • splashColor, the color of the splash.
  • highlightColor, the color of the highlight.
  • InkSplash.splashFactory, which defines the default splash.
  • InkRipple.splashFactory, which defines a splash that spreads out more aggressively than the default.

Implementation

final InteractiveInkFeatureFactory? splashFactory;