indicatorAnimation property

TabIndicatorAnimation? get indicatorAnimation

Overrides the default value for TabBar.indicatorAnimation.

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

Implementation

TabIndicatorAnimation? get indicatorAnimation => _data != null ? _data.indicatorAnimation : _indicatorAnimation;