shadowColor property

Color? shadowColor
final

The color of the shadow below the MaterialBanner.

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

Implementation

final Color? shadowColor;