shadowColor property

Color? shadowColor
final

The color that the Material widget uses to draw elevation shadows.

If this property is null, then ThemeData.shadowColor is used.

Implementation

final Color? shadowColor;