AutoSuggestController<T> constructor
AutoSuggestController<T> ({})
Implementation
AutoSuggestController({
this.debounceDelay = const Duration(seconds: 1),
this.minSearchLength = 2,
this.maxRecentSearches = 10,
this.enableRecentSearches = false,
});