disabledColor property

Color? disabledColor
final

The color used to fill the background of the segment when it is disabled.

If null, this color will be 50% opacity of the selectedColor when the segment is selected. If the segment is unselected, this color will be set to unselectedColor.

Implementation

final Color? disabledColor;