GroupChangeOwnerView constructor

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

Implementation

const GroupChangeOwnerView({
  required this.groupId,
  this.itemBuilder,
  this.onSearchTap,
  this.searchBarHideText,
  this.listViewBackground,
  this.onItemTap,
  this.onItemLongPress,
  this.appBarModel,
  this.controller,
  this.loadErrorMessage,
  this.enableAppBar = true,
  this.attributes,
  this.viewObserver,
  super.key,
});