selectedShadowColor property

Color? selectedShadowColor
final

Overrides the default for SelectableChipAttributes.selectedShadowColor, the Color of the chip's shadow when its elevation is greater than 0 and the chip is selected.

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

Implementation

final Color? selectedShadowColor;