MultipleSearchController<T> constructor

MultipleSearchController<T>({
  1. int? minCharsToShowItems,
})

Implementation

MultipleSearchController({
  this.minCharsToShowItems,
});