hasMultiCursors property
bool
get
hasMultiCursors
Whether there are active secondary cursors.
Implementation
bool get hasMultiCursors => _multiCursors.isNotEmpty;
Whether there are active secondary cursors.
bool get hasMultiCursors => _multiCursors.isNotEmpty;