caretStops property

List<CaretStop> get caretStops

Implementation

List<CaretStop> get caretStops {
  return _cachedStops ??= buildAllStops(_content);
}