unselectedLabelStyle property
The text style of the unselected tab labels.
If this property is null and ThemeData.useMaterial3 is true, TextTheme.titleSmall will be used, otherwise then the labelStyle value is used. If labelStyle is null, the text style of the ThemeData.primaryTextTheme's TextTheme.bodyLarge definition is used.
Implementation
final TextStyle? unselectedLabelStyle;