constraints property
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;
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)
.
final BoxConstraints? constraints;