constantTurbulenceSeedSplashFactory constant

InteractiveInkFeatureFactory const constantTurbulenceSeedSplashFactory

Used to specify this type of ink splash for an InkWell, InkResponse, material Theme, or ButtonStyle.

Since a turbulenceSeed is passed, the effect will not be random for subsequent presses in the same position. This can be used for testing.

Implementation

static const InteractiveInkFeatureFactory constantTurbulenceSeedSplashFactory = _InkSparkleFactory.constantTurbulenceSeed();