SearchView constructor
const
SearchView({
- required List<
NeedSearch> searchData, - required String searchHideText,
- Widget itemBuilder(
- BuildContext context,
- ChatUIKitProfile profile,
- String? searchKeyword
- void onTap(
- BuildContext context,
- ChatUIKitProfile profile
- bool enableMulti = false,
- List<
ChatUIKitProfile> ? cantChangeSelected, - List<
ChatUIKitProfile> ? canChangeSelected, - String? selectedTitle,
- ChatUIKitViewObserver? viewObserver,
- String? attributes,
- Key? key,
Implementation
const SearchView({
required this.searchData,
required this.searchHideText,
this.itemBuilder,
this.onTap,
this.enableMulti = false,
this.cantChangeSelected,
this.canChangeSelected,
this.selectedTitle,
this.viewObserver,
this.attributes,
super.key,
});