selectedColor property
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;
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.
final Color? selectedColor;