highlightMatchFromStartOfWord property
Whether matches should only highlight at the start of words.
Implementation
@Input()
set highlightMatchFromStartOfWord(bool value) {
_highlightMatchFromStartOfWord = value;
_highlightAssistant = null;
}
Whether matches should only highlight at the start of words.
@Input()
set highlightMatchFromStartOfWord(bool value) {
_highlightMatchFromStartOfWord = value;
_highlightAssistant = null;
}