shadowColor property

Color? shadowColor
final

The color of the shadow. if null, it will use Theme.of(context).shadowColor,

Implementation

final Color? shadowColor;