shadowColor property

Color? shadowColor
final

The color of the shape's shadow.

It can only be set when elevation is not null. If null, it will be same as fillColor (if fillColor is set) or Color(0xFF000000).

Implementation

final Color? shadowColor;