GroupMembersView constructor
const
GroupMembersView({
- required ChatUIKitProfile profile,
- 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,
- String? loadErrorMessage,
- bool enableAppBar = true,
- String? attributes,
- ChatUIKitViewObserver? viewObserver,
- void onSelectLetterChanged(
- BuildContext context,
- String? letter
- String? sortAlphabetical,
- String universalAlphabeticalLetter = '#',
- Key? key,
Implementation
const GroupMembersView({
required this.profile,
this.itemBuilder,
this.onSearchTap,
this.searchBarHideText,
this.listViewBackground,
this.onTap,
this.onLongPress,
this.appBarModel,
this.controller,
this.loadErrorMessage,
this.enableAppBar = true,
this.attributes,
this.viewObserver,
this.onSelectLetterChanged,
this.sortAlphabetical,
this.universalAlphabeticalLetter = '#',
super.key,
});