selectedColor property Null safety
final
The color used to fill the background of the selected widget and as the text color of unselected widgets.
Defaults to CupertinoTheme's primaryColor if null.
Implementation
final Color? selectedColor;