selectedShadowColor property

Color? selectedShadowColor
final

Color of the chip's shadow when the elevation is greater than 0 and the chip is selected.

The default is Colors.black.

Implementation

final Color? selectedShadowColor;