disabledColor property

Color? disabledColor
final

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

It defaults to Colors.black38.

Implementation

final Color? disabledColor;