disabledColor property

Color? disabledColor

The color used for the chip's background to indicate that it is not enabled.

The chip is disabled when isEnabled is false, or all three of SelectableChipAttributes.onSelected, TappableChipAttributes.onPressed, and DeletableChipAttributes.onDeleted are null.

It defaults to Colors.black38.

Implementation

Color? get disabledColor;