splashFactory static method

ButtonStyle splashFactory(
  1. InteractiveInkFeatureFactory splashFactory
)

Implementation

static ButtonStyle splashFactory(
  InteractiveInkFeatureFactory splashFactory,
) =>
    ButtonStyle(
      splashFactory: splashFactory,
    );