onSearchTap property
Callback when the search bar is clicked, the parameter is the search data source list.
Implementation
final void Function(List<ContactItemModel> data)? onSearchTap;
Callback when the search bar is clicked, the parameter is the search data source list.
final void Function(List<ContactItemModel> data)? onSearchTap;