menuBarShadowColor property

Color? menuBarShadowColor
final

The shadow color of the MenuBar container.

If not defined, defaults toe ColorScheme.shadow via Flutter SDK defaults and the MenuBar gets elevation shadow.

Implementation

final Color? menuBarShadowColor;