loosen method

LayoutConstraints loosen()

These constraints with min cleared to zero, keeping max.

Implementation

LayoutConstraints loosen() => .new(min: .zero, max: max);