SwipeToReplyConfiguration class

Constructors

SwipeToReplyConfiguration({Color? replyIconColor, Color? replyIconProgressRingColor, Color? replyIconBackgroundColor, void onRightSwipe(String message, String sentBy)?, void onLeftSwipe(String message, String sentBy)?})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
onLeftSwipe → void Function(String message, String sentBy)?
Provides callback when user swipe chat bubble from left side.
final
onRightSwipe → void Function(String message, String sentBy)?
Provides callback when user swipe chat bubble from right side.
final
replyIconBackgroundColor Color?
Used to give color of reply icon background when swipe to reply reach swipe limit.
final
replyIconColor Color?
Used to give color of reply icon while swipe to reply.
final
replyIconProgressRingColor Color?
Used to give color of circular progress around 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