TSearchField constructor
TSearchField({})
Implementation
TSearchField({
super.key,
this.onChanged,
this.onSubmitted,
this.onCleared,
this.hintText = 'Search...',
this.autofocus = true,
});
TSearchField({
super.key,
this.onChanged,
this.onSubmitted,
this.onCleared,
this.hintText = 'Search...',
this.autofocus = true,
});