previousInstance method

void previousInstance()

Moves to the previous searched text instance in the document.

Using this method, the SfPdfViewer will move to the previous searched text instance in the document. If this method is called from the first instance, then the last (previous) instance will be highlighted and the process continues.

Implementation

void previousInstance() {
  _notifyPropertyChangedListeners(property: 'previousInstance');
}