performLayout abstract method

void performLayout(
  1. LayoutRef ref
)

Called during the layout phase. The provided LayoutRef object contains methods for laying out the widget's children.

Lay out each child once, by using one of the following methods:

Implementation

void performLayout(LayoutRef ref);