performLayout abstract method

void performLayout(
  1. Size size
)

Override this method to lay out and position all children given this widget's size.

This method must call layoutChild for each child. It should also specify the final position of each child with positionChild.

Implementation

void performLayout(Size size);