GroupMembersView constructor

const GroupMembersView({
  1. required ChatUIKitProfile profile,
  2. ChatUIKitContactItemBuilder? itemBuilder,
  3. void onSearchTap(
    1. List<ContactItemModel> data
    )?,
  4. String? searchBarHideText,
  5. Widget? listViewBackground,
  6. void onTap(
    1. BuildContext context,
    2. ContactItemModel model
    )?,
  7. void onLongPress(
    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. void onSelectLetterChanged(
    1. BuildContext context,
    2. String? letter
    )?,
  15. String? sortAlphabetical,
  16. String universalAlphabeticalLetter = '#',
  17. 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,
});