GroupAddMembersView constructor

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

Implementation

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