visitChildren abstract method
      
bool
visitChildren(
    
    
- VisitorCallback visitor,
 - TextStyle? parentStyle,
 - AnnotationBuilder? annotation
 
Implementation
bool visitChildren(
  VisitorCallback visitor,
  TextStyle? parentStyle,
  AnnotationBuilder? annotation,
);