constantTurbulenceSeedSplashFactory constant Null safety
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();