unselectedLabelColor property

Color? unselectedLabelColor
final

The color of unselected tab labels.

If this property is null, unselected tab labels are rendered with the labelColor with 70% opacity.

Implementation

final Color? unselectedLabelColor;