GroupChangeOwnerView constructor
const
GroupChangeOwnerView({
- required String groupId,
- ChatUIKitContactItemBuilder? itemBuilder,
- void onSearchTap(
- List<
ContactItemModel> data
- List<
- String? searchBarHideText,
- Widget? listViewBackground,
- void onItemTap(
- BuildContext context,
- ContactItemModel model
- void onItemLongPress(
- BuildContext context,
- ContactItemModel model
- ChatUIKitAppBarModel? appBarModel,
- GroupMemberListViewController? controller,
- String? loadErrorMessage,
- bool enableAppBar = true,
- String? attributes,
- ChatUIKitViewObserver? viewObserver,
- 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,
});