unselectedColor property

Color? unselectedColor
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;