Search constructor
const
Search({})
Implementation
const Search({
this.placeholder = 'Search...',
this.value,
this.onChanged,
this.onSubmitted,
this.results = const <SearchResult>[],
this.showDropdown = false,
this.showClear = true,
this.autofocus = false,
this.disabled = false,
super.key,
});