ShowImageViewArguments class

Implemented types

Constructors

ShowImageViewArguments({required Message message, void onLongPressed(BuildContext context, Message message)?, void onTap(BuildContext context, Message message)?, ChatUIKitAppBarModel? appBarModel, bool enableAppBar = true, ChatUIKitViewObserver? viewObserver, String? attributes, bool isCombine = false})

Properties

appBarModel ChatUIKitAppBarModel?
final
attributes String?
getter/setter pairoverride
enableAppBar bool
final
hashCode int
The hash code for this object.
no setterinherited
isCombine bool
final
message Message
final
onLongPressed → void Function(BuildContext context, Message message)?
final
onTap → void Function(BuildContext context, Message message)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewObserver ChatUIKitViewObserver?
getter/setter pairoverride

Methods

copyWith({Message? message, void onLongPressed(BuildContext context, Message message)?, void onTap(BuildContext context, Message message)?, ChatUIKitAppBarModel? appBarModel, bool? enableAppBar, ChatUIKitViewObserver? viewObserver, String? attributes, ChatUIKitAppBarActionsBuilder? appBarTrailingActionsBuilder}) ShowImageViewArguments
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