unselectedColor property
final
The color used to fill the backgrounds of unselected widgets and as the text color of the selected widget.
Defaults to CupertinoTheme's primaryContrastingColor
if null.
Implementation
final Color? unselectedColor;