biggest property

LayoutSize get biggest

The largest size that satisfies these constraints.

Implementation

LayoutSize get biggest => LayoutSize(maxWidth, maxHeight);