color property

Color? color
final

Icon and text color when action is not selected.

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

Implementation

final Color? color;