CreateGroupView constructor

const CreateGroupView({
  1. ChatUIKitContactItemBuilder? itemBuilder,
  2. void onSearchTap(
    1. List<ContactItemModel> data
    )?,
  3. CreateGroupInfo? createGroupInfo,
  4. String? searchBarHideText,
  5. Widget? listViewBackground,
  6. void onItemTap(
    1. ContactItemModel model
    )?,
  7. void onItemLongPress(
    1. ContactItemModel model
    )?,
  8. ChatUIKitAppBarModel? appBarModel,
  9. ContactListViewController? controller,
  10. bool enableAppBar = true,
  11. CreateGroupHandler? createHandler,
  12. String? attributes,
  13. ChatUIKitViewObserver? viewObserver,
  14. 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,
});