GroupAddMembersView constructor
const
GroupAddMembersView({
- required String groupId,
- ChatUIKitContactItemBuilder? itemBuilder,
- void onSearchTap(
- List<
ContactItemModel> data
- List<
- String? searchBarHideText,
- Widget? listViewBackground,
- void onTap(
- BuildContext context,
- ContactItemModel model
- void onLongPress(
- BuildContext context,
- ContactItemModel model
- ChatUIKitAppBarModel? appBarModel,
- ContactListViewController? controller,
- List<
ChatUIKitProfile> ? inGroupMembers, - bool enableAppBar = true,
- ChatUIKitViewObserver? viewObserver,
- String? attributes,
- 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,
});