unselectedLabelStyle property

TextStyle? get unselectedLabelStyle

Overrides the default value for TabBar.unselectedLabelStyle.

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

Implementation

TextStyle? get unselectedLabelStyle => _data != null ? _data.unselectedLabelStyle : _unselectedLabelStyle;