shadowColor property

Color? shadowColor
final

The color used to paint the shadow below the menu.

If null then the ambient PopupMenuThemeData.shadowColor is used. If that is null too, then the overall theme's ThemeData.shadowColor (default black) is used.

Implementation

final Color? shadowColor;