disabledColor property

  1. @override
Color? disabledColor
final

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

@override
final Color? disabledColor;