constraints property

BoxConstraints constraints
final

Size constraints for the window.

Enforces minimum and maximum width/height limits when resizing. Defaults to kDefaultWindowConstraints.

Implementation

final BoxConstraints constraints;