preferredSplashFactory constant

InteractiveInkFeatureFactory const preferredSplashFactory

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

Implementation

static const InteractiveInkFeatureFactory preferredSplashFactory = CustomInkSplashFactory(setting: CustomInkSplashSetting.preferredSetting);