shadowColor property
Color of the chip's shadow when the elevation is greater than 0.
If this is null and ThemeData.useMaterial3 is true, then Colors.transparent color is used. Otherwise, it defaults to null.
Implementation
Color? get shadowColor;