ShowImageViewArguments class

Implemented types

Constructors

ShowImageViewArguments({required dynamic message, void onLongPressed(BuildContext context, dynamic message)?, void onTap(BuildContext context, dynamic 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 → dynamic
final
onLongPressed → void Function(BuildContext context, dynamic message)?
final
onTap → void Function(BuildContext context, dynamic message)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewObserver ChatUIKitViewObserver?
getter/setter pairoverride

Methods

copyWith({dynamic message, void onLongPressed(BuildContext context, dynamic message)?, void onTap(BuildContext context, dynamic 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