unselectedLabelColor property
Overrides the default value for TabBar.unselectedLabelColor.
This property is obsolete and will be deprecated in a future release: please use the TabBarThemeData.unselectedLabelColor property in data instead.
Implementation
Color? get unselectedLabelColor =>
_data != null ? _data.unselectedLabelColor : _unselectedLabelColor;