fixedColor property

Color? fixedColor

The value of selectedItemColor.

This getter only exists for backwards compatibility, the selectedItemColor property is preferred.

Implementation

Color? get fixedColor => selectedItemColor;