GroupDetailsViewArguments class

Implemented types

Constructors

GroupDetailsViewArguments({required ChatUIKitProfile profile, ChatUIKitDetailContentActionsBuilder? actionsBuilder, ChatUIKitAppBarModel? appBarModel, bool enableAppBar = true, VoidCallback? onMessageDidClear, ChatUIKitViewObserver? viewObserver, ChatUIKitDetailItemBuilder? itemsBuilder, ChatUIKitMoreActionsBuilder? moreActionsBuilder, String? attributes, Group? group})

Properties

actionsBuilder ChatUIKitDetailContentActionsBuilder?
final
appBarModel ChatUIKitAppBarModel?
final
attributes String?
getter/setter pairoverride
enableAppBar bool
final
group Group?
final
hashCode int
The hash code for this object.
no setterinherited
itemsBuilder ChatUIKitDetailItemBuilder?
final
moreActionsBuilder ChatUIKitMoreActionsBuilder?
更多操作构建器,用于构建更多操作的菜单,如果不设置将会使用默认的菜单。
final
onMessageDidClear VoidCallback?
final
profile ChatUIKitProfile
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewObserver ChatUIKitViewObserver?
getter/setter pairoverride

Methods

copyWith({ChatUIKitProfile? profile, ChatUIKitDetailContentActionsBuilder? actionsBuilder, bool? enableAppBar, ChatUIKitAppBarModel? appBarModel, ChatUIKitDetailItemBuilder? itemsBuilder, ChatUIKitViewObserver? viewObserver, VoidCallback? onMessageDidClear, String? attributes, Group? group, ChatUIKitMoreActionsBuilder? moreActionsBuilder}) GroupDetailsViewArguments
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