performPostLayout method

  1. @protected
void performPostLayout()
inherited

Implementation

@protected
void performPostLayout() {
  visitChildren((RenderObject child) {
    if (child is ChartAreaUpdateMixin) {
      child.performPostLayout();
    }
  });
}