CreateGroupView constructor
const
CreateGroupView({
- ChatUIKitContactItemBuilder? itemBuilder,
- void onSearchTap(
- List<
ContactItemModel> data
- List<
- CreateGroupInfo? createGroupInfo,
- String? searchBarHideText,
- Widget? listViewBackground,
- void onItemTap(
- ContactItemModel model
- void onItemLongPress(
- ContactItemModel model
- ChatUIKitAppBarModel? appBarModel,
- ContactListViewController? controller,
- bool enableAppBar = true,
- CreateGroupHandler? createHandler,
- String? attributes,
- ChatUIKitViewObserver? viewObserver,
- Key? key,
Implementation
const CreateGroupView({
this.itemBuilder,
this.onSearchTap,
this.createGroupInfo,
this.searchBarHideText,
this.listViewBackground,
this.onItemTap,
this.onItemLongPress,
this.appBarModel,
this.controller,
this.enableAppBar = true,
this.createHandler,
this.attributes,
this.viewObserver,
super.key,
});