visitChildren method Null safety

bool visitChildren(
  1. InlineSpanVisitor visitor
)

Walks this InlineSpan and any descendants in pre-order and calls visitor for each span that has content.

When visitor returns true, the walk will continue. When visitor returns false, then the walk will end.

Implementation

bool visitChildren(InlineSpanVisitor visitor);