insetPadding property
The padding of the context menu item when it is inset, defaults to
EdgeInsets.only(left: 32, right: 8) when the variant is inset, otherwise
EdgeInsets.symmetric(horizontal: 8)
Implementation
final EdgeInsetsGeometry? insetPadding;