selectedShadowColor property

  1. @override
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

@override
final Color? selectedShadowColor;