viewInsets property
The additional insets of the view. In other words, the minimum distance between the edges of the view and the edges of the popover. This applied in addition to the insets provided by MediaQueryData.viewPadding.
Defaults to EdgeInsets.all(5)
.
Implementation
@override
final EdgeInsetsGeometry viewInsets;