textSelectionMatchIndex property

int? textSelectionMatchIndex
final

The match index to highlight. This is zero-based. E.g. if you have 3 occurrences of "hello world" on a page and you want to highlight the second occurrence, you should pass 1 for textSelectionMatchIndex and 3 for textSelectionMatchCount.

Implementation

final int? textSelectionMatchIndex;