TextExtmarksController class final

Constructors

TextExtmarksController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyDeletion({required int startOffset, required int endOffset}) → void
applyInsertion({required int offset, required String text}) → void
applyReplacement({required int startOffset, required int endOffset, required String text}) → void
clear() → void
create(TextExtmarkOptions options) int
delete(int id) bool
get(int id) TextExtmark?
getAll() List<TextExtmark>
getAllForType(String type) List<TextExtmark>
getAtOffset(int offset) List<TextExtmark>
getVirtual() List<TextExtmark>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited