preferredSplashFactory constant

InteractiveInkFeatureFactory const preferredSplashFactory

The factory used to specify this type of ink splash with CustomInkRippleSetting.preferredSetting for an InkWell, InkResponse, material Theme, or ButtonStyle.

Implementation

static const InteractiveInkFeatureFactory preferredSplashFactory = CustomInkRippleFactory(setting: CustomInkRippleSetting.preferredSetting);