indicator property

Decoration? get indicator

Overrides the default value for TabBar.indicator.

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

Implementation

Decoration? get indicator => _data != null ? _data.indicator : _indicator;