GroupMentionView constructor
const
GroupMentionView({
- 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,
- GroupMemberListViewController? controller,
- bool enableAppBar = true,
- String? attributes,
- String? title,
- ChatUIKitViewObserver? viewObserver,
- ChatUIKitAppBarActionsBuilder? appBarTrailingActionsBuilder,
- Key? key,
Implementation
const GroupMentionView({
required this.groupId,
this.itemBuilder,
this.onSearchTap,
this.searchBarHideText,
this.listViewBackground,
this.onTap,
this.onLongPress,
this.appBarModel,
this.controller,
this.enableAppBar = true,
this.attributes,
this.title,
this.viewObserver,
this.appBarTrailingActionsBuilder,
super.key,
});