Search constructor
const
Search({})
Implementation
const Search({
this.placeholder = 'Search...',
this.value,
this.onChanged,
this.onSubmitted,
this.showClear = true,
this.loading = false,
this.icon,
this.autofocus = false,
this.disabled = false,
super.key,
});