TerminalSearchOptions constructor

const TerminalSearchOptions({
  1. bool caseSensitive = false,
  2. bool wholeWord = false,
  3. bool regex = true,
  4. bool wrap = true,
})

Implementation

const TerminalSearchOptions({
  this.caseSensitive = false,
  this.wholeWord = false,
  this.regex = true,
  this.wrap = true,
});