labelColor property

Color? labelColor
final

The color of selected tab labels.

Unselected tab labels are rendered with the same color rendered at 70% opacity unless unselectedLabelColor is non-null.

If this parameter is null, then the color of the ThemeData.primaryTextTheme's bodyText1 text color is used.

Implementation

final Color? labelColor;