labelStyle property
The text style of the selected tab labels.
If unselectedLabelStyle is null, then this text style will be used for both selected and unselected label styles.
If this property is null, then the text style of the ThemeData.primaryTextTheme's body2 definition is used.
Implementation
final TextStyle? labelStyle;