unselectedLabelColor property Null safety
final
The color of unselected tab labels.
If this property is null and ThemeData.useMaterial3 is true, ColorScheme.onSurfaceVariant will be used, otherwise unselected tab labels are rendered with the labelColor with 70% opacity.
Implementation
final Color? unselectedLabelColor;