TUISearchBar constructor
const
TUISearchBar({})
Implementation
const TUISearchBar({
super.key,
this.showBackIcon = true,
this.showTrailingIcon = false,
this.placeholder = "Search",
this.onBackAction,
this.onTrailingButtonAction,
this.textEditingController,
this.onChanged,
this.autofocus = false,
});