currentInstanceIndex property

int currentInstanceIndex

The current highlighted search text index in the document.

Implementation

int get currentInstanceIndex {
  return _currentInstanceIndex;
}