unselectedLabelStyle property
The text style of the unselected tab labels
If this property is null, then the labelStyle value is used. If labelStyle is null, then the text style of the ThemeData.primaryTextTheme's body2 definition is used.
Implementation
final TextStyle? unselectedLabelStyle;