flushLayout method

void flushLayout()

Implementation

void flushLayout() {
  if (isRendererAttached) {
    renderer!.owner!.flushLayout();
  }
}