menu
fluent_editor package
documentation
fluent_document.dart
FluentDocument
caretStops property
caretStops property
dark_mode
light_mode
caretStops
property
List
<
CaretStop
>
get
caretStops
Implementation
List<CaretStop> get caretStops { return _cachedStops ??= buildAllStops(_content); }
fluent_editor package
documentation
fluent_document
FluentDocument
caretStops property
FluentDocument class