ThreadsViewArguments class

Implemented types

Constructors

ThreadsViewArguments({required ChatUIKitProfile profile, bool enableAppBar = true, ChatUIKitAppBarModel? appBarModel, String? attributes, ChatUIKitViewObserver? viewObserver})

Properties

appBarModel ChatUIKitAppBarModel?
final
attributes String?
getter/setter pairoverride
enableAppBar bool
final
hashCode int
The hash code for this object.
no setterinherited
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, bool? enableAppBar, ChatUIKitAppBarModel? appBarModel, String? attributes, ChatUIKitViewObserver? viewObserver, ChatUIKitAppBarActionsBuilder? appBarTrailingActionsBuilder}) ThreadsViewArguments
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