disabledColor property

Color? disabledColor
final

Overrides the default for DisabledChipAttributes.disabledColor, the background color which indicates that the chip is not enabled.

This property applies to ActionChip, ChoiceChip, FilterChip, InputChip, and RawChip.

Implementation

final Color? disabledColor;