disabledColor property Null safety

Color? disabledColor
final

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

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

Implementation

final Color? disabledColor;