visitChildElements abstract method

void visitChildElements(
  1. RenderElementVisitor visitor
)

Walks the children of this render element. The callback is given a reference to the child widget's corresponding Element object. The walk stops when it reaches the end of child or when the callback returns false.

Implementation

void visitChildElements(RenderElementVisitor visitor);