shadowColor property

MaterialStateProperty<Color?>? shadowColor
final

The shadow color of the menu's Material.

The material's elevation shadow can be difficult to see for dark themes, so by default the menu classes add a semi-transparent overlay to indicate elevation. See ThemeData.applyElevationOverlayColor.

Implementation

final MaterialStateProperty<Color?>? shadowColor;