Called when collecting the semantics of this node. Subclasses that have children that are not semantically relevant (e.g. because they are invisible) should skip those children here.
The default implementation mirrors the behavior of
visitChildren()
(which is supposed to walk all the children).
Source
void visitChildrenForSemantics(RenderObjectVisitor visitor) { visitChildren(visitor); }