SwipeToReplyConfiguration class

Constructors

SwipeToReplyConfiguration({Color? replyIconColor, Duration? animationDuration, void onRightSwipe(String message, String sendBy)?, void onLeftSwipe(String message, String sendBy)?})
const

Properties

animationDuration Duration?
Used to give animation duration while swipe to reply.
final
hashCode int
The hash code for this object.
no setterinherited
onLeftSwipe → void Function(String message, String sendBy)?
Provides callback when user swipe chat bubble from left side.
final
onRightSwipe → void Function(String message, String sendBy)?
Provides callback when user swipe chat bubble from right side.
final
replyIconColor Color?
Used to give color of reply icon while swipe to reply.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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