GroupMembersViewArguments class

Implemented types

Constructors

GroupMembersViewArguments({required ChatUIKitProfile profile, GroupMemberListViewController? controller, ChatUIKitAppBarModel? appBarModel, void onSearchTap(List<ContactItemModel> data)?, ChatUIKitContactItemBuilder? itemBuilder, void onTap(BuildContext context, ContactItemModel model)?, void onLongPress(BuildContext context, ContactItemModel model)?, String? searchBarHideText, Widget? listViewBackground, String? loadErrorMessage, bool enableAppBar = true, ChatUIKitViewObserver? viewObserver, String? attributes, void onSelectLetterChanged(BuildContext context, String? letter)?, String? sortAlphabetical, String universalAlphabeticalLetter = '#'})

Properties

appBarModel ChatUIKitAppBarModel?
final
attributes String?
getter/setter pairoverride
controller GroupMemberListViewController?
final
enableAppBar bool
final
hashCode int
The hash code for this object.
no setterinherited
itemBuilder ChatUIKitContactItemBuilder?
final
listViewBackground Widget?
final
loadErrorMessage String?
final
onLongPress → void Function(BuildContext context, ContactItemModel model)?
final
onSearchTap → void Function(List<ContactItemModel> data)?
final
onSelectLetterChanged → void Function(BuildContext context, String? letter)?
final
onTap → void Function(BuildContext context, ContactItemModel model)?
final
profile ChatUIKitProfile
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBarHideText String?
final
sortAlphabetical String?
字母排序
final
universalAlphabeticalLetter String
通讯录列表的字母排序默认字,默认为 '#'
final
viewObserver ChatUIKitViewObserver?
getter/setter pairoverride

Methods

copyWith({ChatUIKitProfile? profile, GroupMemberListViewController? controller, ChatUIKitAppBarModel? appBarModel, void onSearchTap(List<ContactItemModel> data)?, ChatUIKitContactItemBuilder? itemBuilder, void onTap(BuildContext context, ContactItemModel model)?, void onLongPress(BuildContext context, ContactItemModel model)?, String? searchBarHideText, Widget? listViewBackground, String? loadErrorMessage, bool? enableMemberOperation, bool? enableAppBar, ChatUIKitViewObserver? viewObserver, String? universalAlphabeticalLetter, String? sortAlphabetical, dynamic onSelectLetterChanged(BuildContext context, String? letter)?, String? attributes}) GroupMembersViewArguments
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited