shadowColor property

Color? shadowColor
final

The color of the shadow that drops from the widget.

This property can only be used if elevation property is set.

By default it takes the value of ringColor with opacity set to 0.7

Implementation

final Color? shadowColor;