menuPadding property
final
If provided, menu padding is used for empty space around the outside of the popup menu.
If this property is null, then PopupMenuThemeData.menuPadding is used. If PopupMenuThemeData.menuPadding is also null, then vertical padding of 8 pixels is used.
Implementation
final EdgeInsetsGeometry? menuPadding;