constraints property
Size constraints for the window.
Enforces min/max dimensions during resizing. Defaults to kDefaultWindowConstraints. Ignored when using WindowWidget.controlled.
Implementation
final BoxConstraints? constraints;
Size constraints for the window.
Enforces min/max dimensions during resizing. Defaults to kDefaultWindowConstraints. Ignored when using WindowWidget.controlled.
final BoxConstraints? constraints;