visitAttributions abstract method

void visitAttributions(
  1. AttributedText fullText,
  2. int index,
  3. Set<Attribution> startingAttributions,
  4. Set<Attribution> endingAttributions,
)

Visits all starting and ending attribution markers at the given index within fullText.

This method isn't called for indices that don't contain any attribution markers.

Implementation

void visitAttributions(
  AttributedText fullText,
  int index,
  Set<Attribution> startingAttributions,
  Set<Attribution> endingAttributions,
);