labelStyle property Null safety
final
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 bodyText1 definition is used.
Implementation
final TextStyle? labelStyle;