smallest property

LayoutSize get smallest

The smallest size that satisfies these constraints.

Implementation

LayoutSize get smallest => LayoutSize(minWidth, minHeight);