multiCursors property

List<({int character, int line})> get multiCursors

Returns an unmodifiable view of the secondary cursor positions.

Implementation

List<({int line, int character})> get multiCursors =>
    List.unmodifiable(_multiCursors);