splashFactory property

InteractiveInkFeatureFactory? splashFactory
final

Defines the appearance of ink splashes produces by InkWell and InkResponse.

Providing a splashFactory value will override the default one created by ThemeData, it will also override any splash settings in subThemesData.

See also:

Implementation

final InteractiveInkFeatureFactory? splashFactory;