GroupMembersViewArguments class
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 = '#'})
-
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