labelColor property
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 body2 text color is used.
Implementation
final Color? labelColor;