splashFactory static method

InteractiveInkFeatureFactory splashFactory(
  1. Path path, {
  2. Paint? paint,
  3. bool clip = false,
})

Implementation

static InteractiveInkFeatureFactory splashFactory(
  Path path, {
  Paint? paint,
  bool clip = false,
}) =>
    _PathRippleFactory(path, paint: paint, clip: clip);