TextHighlighter constructor

const TextHighlighter({
  1. bool caseSensitive = false,
  2. bool matchFromStartOfWord = true,
})

Implementation

const TextHighlighter(
    {this.caseSensitive = false, this.matchFromStartOfWord = true});