activeSearchMatches property

List<PdfSearchMatch> get activeSearchMatches

The current set of search matches to display as overlay highlights.

Matches on pages other than currentPage are stored here but not drawn until that page is active.

Implementation

List<PdfSearchMatch> get activeSearchMatches => _activeSearchMatches;