searchHighlights property
List of search highlights to display in the editor.
Add SearchHighlight objects to this list to highlight search results or other text ranges.
Implementation
List<SearchHighlight> searchHighlights = [];
List of search highlights to display in the editor.
Add SearchHighlight objects to this list to highlight search results or other text ranges.
List<SearchHighlight> searchHighlights = [];