unselectedLabelStyle property

TextStyle? unselectedLabelStyle
final

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 bodyText1 definition is used.

Implementation

final TextStyle? unselectedLabelStyle;