indicatorColor property
Overrides the default value for TabBar.indicatorColor.
This property is obsolete and will be deprecated in a future release: please use the TabBarThemeData.indicatorColor property in data instead.
Implementation
Color? get indicatorColor => _data != null ? _data.indicatorColor : _indicatorColor;