smallest property
LayoutSize
get
smallest
The smallest size that satisfies these constraints.
Implementation
LayoutSize get smallest => LayoutSize(minWidth, minHeight);
The smallest size that satisfies these constraints.
LayoutSize get smallest => LayoutSize(minWidth, minHeight);