constraints property
final
Constrains the size of the dialog.
If null, then DialogThemeData.constraints is used. If that is also null, the
default is const BoxConstraints(minWidth: 280.0)
.
Implementation
final BoxConstraints? constraints;