SearchableAppBarTitle constructor
const
SearchableAppBarTitle({})
Implementation
const SearchableAppBarTitle({
super.key,
required this.isSearching,
required this.searchController,
required this.searchFocus,
required this.onSubmitted,
required this.title,
required this.searchHint,
});