layoutChildren method

void layoutChildren()

Sets the size of this LayoutComponent, then lays out the children along both main and cross axes.

Implementation

void layoutChildren() {
  if (shrinkWrapMode) {
    size = null;
  }
}