SmartSearchConfig constructor
const
SmartSearchConfig({})
Implementation
const SmartSearchConfig({
this.debounceDelay = const Duration(seconds: 1),
this.minSearchLength = 0,
this.searchOnEmpty = true,
this.clearOnClose = true,
this.autoFocus = false,
});