customSplashFactory static method

InteractiveInkFeatureFactory customSplashFactory(
  1. Paint paint
)

Implementation

static InteractiveInkFeatureFactory customSplashFactory(Paint paint) =>
    _LineSplashFactory(paint);