InlineSpanVisitorWithIndex typedef

InlineSpanVisitorWithIndex = bool Function(InlineSpan span, int index)

Called on each span as InlineSpan.visitChildrenEx walks the InlineSpan tree.

Return true to continue, or false to stop visiting further spans.

Implementation

typedef InlineSpanVisitorWithIndex = bool Function(InlineSpan span, int index);