GroupsViewArguments class

Implemented types

Constructors

GroupsViewArguments({GroupListViewController? controller, ChatUIKitAppBarModel? appBarModel, void onSearchTap(List<GroupItemModel> data)?, ChatUIKitGroupItemBuilder? itemBuilder, void onTap(BuildContext context, GroupItemModel model)?, void onLongPress(BuildContext context, GroupItemModel model)?, String? searchBarHideText, Widget? listViewBackground, String? loadErrorMessage, bool enableAppBar = true, ChatUIKitViewObserver? viewObserver, String? attributes})

Properties

appBarModel ChatUIKitAppBarModel?
final
attributes String?
getter/setter pairoverride
controller GroupListViewController?
final
enableAppBar bool
final
hashCode int
The hash code for this object.
no setterinherited
itemBuilder ChatUIKitGroupItemBuilder?
final
listViewBackground Widget?
final
loadErrorMessage String?
final
onLongPress → void Function(BuildContext context, GroupItemModel model)?
final
onSearchTap → void Function(List<GroupItemModel> data)?
final
onTap → void Function(BuildContext context, GroupItemModel model)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchBarHideText String?
final
viewObserver ChatUIKitViewObserver?
getter/setter pairoverride

Methods

copyWith({GroupListViewController? controller, ChatUIKitAppBarModel? appBarModel, void onSearchTap(List<GroupItemModel> data)?, ChatUIKitGroupItemBuilder? itemBuilder, void onTap(BuildContext context, GroupItemModel model)?, void onLongPress(BuildContext context, GroupItemModel model)?, String? searchBarHideText, Widget? listViewBackground, String? loadErrorMessage, bool? enableAppBar, ChatUIKitViewObserver? viewObserver, String? attributes}) GroupsViewArguments
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