performLayout abstract method

LayoutSize performLayout(
  1. LayoutConstraints constraints, [
  2. bool dry = false
])

Performs the layout calculation for all children.

Returns the total size needed for the layout. When dry is true, performs measurement without modifying child positions or sizes.

Implementation

LayoutSize performLayout(LayoutConstraints constraints, [bool dry = false]);