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