SelectContactView constructor

const SelectContactView({
  1. ChatUIKitContactItemBuilder? itemBuilder,
  2. void onSearchTap(
    1. List<ContactItemModel> data
    )?,
  3. String? searchBarHideText,
  4. Widget? listViewBackground,
  5. void onTap(
    1. BuildContext context,
    2. ContactItemModel model
    )?,
  6. void onLongPress(
    1. BuildContext context,
    2. ContactItemModel model
    )?,
  7. ChatUIKitAppBarModel? appBarModel,
  8. bool enableAppBar = true,
  9. ContactListViewController? controller,
  10. String? attributes,
  11. ChatUIKitViewObserver? viewObserver,
  12. Key? key,
})

Implementation

const SelectContactView({
  this.itemBuilder,
  this.onSearchTap,
  this.searchBarHideText,
  this.listViewBackground,
  this.onTap,
  this.onLongPress,
  this.appBarModel,
  this.enableAppBar = true,
  this.controller,
  this.attributes,
  this.viewObserver,
  super.key,
});