minRectangle property

Size minRectangle
final

The minimum 2d size of any children.

For example, if you have a list of 2 items, Item1 with size {x = 10, y = 20}, Item2 with size {x = 20, y = 10}

The min rectangle is the smallest value for both x and y of any child combined, which is Rect(10, 10).

Implementation

final Size minRectangle;