popoverPadding property
The additional padding between the edges of the view and the edges of the popover.
This is applied on top of the view's safe area and keyboard insets.
Defaults to EdgeInsets.all(5).
Implementation
@override
final EdgeInsetsGeometry popoverPadding;