shadowColor property

Color? shadowColor
final

The color of the shadow below the MaterialBanner.

If this property is null, then the ambient MaterialBannerThemeData.shadowColor is used. If that is also null, the default value is null.

Implementation

final Color? shadowColor;