splashFactory property

InteractiveInkFeatureFactory? get splashFactory

Overrides the default value for TabBar.splashFactory.

This property is obsolete and will be deprecated in a future release: please use the TabBarThemeData.splashFactory property in data instead.

Implementation

InteractiveInkFeatureFactory? get splashFactory => _data != null ? _data.splashFactory : _splashFactory;