selectedColor property

Color? selectedColor
final

Icon and text color when action is selected.

When its value sets on null it will use the actionsSelectedBackgroundColor which defined in CurtainSideBarConfig as its default value.

Implementation

final Color? selectedColor;