focusedSearchResult property

SearchResult focusedSearchResult

Gets the current focused search result.

Use focusNextSearchResult and focusPreviousSearchResult to change the current focused search node.

notifyListeners is called whenever this value changes.

Implementation

SearchResult get focusedSearchResult =>
    _searchResults[_focusedSearchResultIndex];