performLayout abstract method
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,
]);