visitChildren abstract method

bool visitChildren(
  1. VisitorCallback visitor,
  2. TextStyle? parentStyle,
  3. AnnotationBuilder? annotation
)

Implementation

bool visitChildren(
  VisitorCallback visitor,
  TextStyle? parentStyle,
  AnnotationBuilder? annotation,
);