disabledColor property

Color? disabledColor
final

Color to be used for the chip's background indicating that it is disabled.

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

It defaults to Colors.black38.

Implementation

final Color? disabledColor;