AnticipateConfig constructor
const
AnticipateConfig({})
Creates anticipate configuration.
Implementation
const AnticipateConfig({
this.maxSuggestions = 5,
this.highlightColor = '36',
this.pointer = '❯',
this.minCharsToSearch = 1,
});