insetPadding property
final
The amount of padding added to MediaQueryData.viewInsets on the outside of the dialog. This defines the minimum space between the screen's edges and the dialog.
Defaults to EdgeInsets.symmetric(horizontal: 40.0, vertical: 24.0)
.
Implementation
final EdgeInsets? insetPadding;