SearchBar constructor
const
SearchBar({})
Implementation
const SearchBar({
required this.iconController,
required this.iconPack,
required this.searchHintText,
required this.searchIcon,
required this.searchClearIcon,
required this.backgroundColor,
this.customIconPack,
Key? key,
}) : super(key: key);