AutoSuggestConfig constructor
const
AutoSuggestConfig({})
Implementation
const AutoSuggestConfig({
this.debounceDelay = const Duration(milliseconds: 300),
this.minSearchLength = 2,
this.dataAge = const Duration(minutes: 30),
this.maxCacheSize = 100,
this.enablePrefixMatching = true,
this.retryConfig,
this.showLoadingForCache = false,
this.keepPreviousOnLoading = true,
});