elementAt method

TextFragment elementAt(
  1. int index
)

Implementation

TextFragment elementAt(int index) => _fragments.elementAt(index);