constraints property

BoxConstraints? constraints
getter/setter pair

The layout constraints are used to check when to recalculate the sizes of the child panels

Implementation

BoxConstraints? constraints;