surfaceTintColor property
The color used as an overlay on color to indicate elevation.
If null, PopupMenuThemeData.surfaceTintColor is used. If that is also null, the default value is ColorScheme.surfaceTint.
See Material.surfaceTintColor for more details on how this overlay is applied.
Implementation
final Color? surfaceTintColor;