menuBarElevation property

double? menuBarElevation
final

The elevation of the MenuBar container.

If not defined, defaults to 3 via Flutter SDK default.

Based on designs shown visually in the M3 guide, it should probably not be elevated by default in M3. https://m3.material.io/components/menus/guidelines

Implementation

final double? menuBarElevation;