ReplyPopupConfiguration class

Constructors

ReplyPopupConfiguration({TextStyle? buttonTextStyle, Color? topBorderColor, MessageCallBack? onUnsendTap, MessageCallBack? onReplyTap, VoidCallBack? onReportTap, VoidCallBack? onMoreTap, Color? backgroundColor, Widget replyPopupBuilder(Message message, bool sendByCurrentUser)?})
const

Properties

backgroundColor Color?
Used for giving background color to reply snack-bar.
final
buttonTextStyle TextStyle?
Used to give text style of button text.
final
hashCode int
The hash code for this object.
no setterinherited
onMoreTap VoidCallBack?
Provides callback on onMore button.
final
onReplyTap MessageCallBack?
Provides callback on onReply button.
final
onReportTap VoidCallBack?
Provides callback on onReport button.
final
onUnsendTap MessageCallBack?
Provides callback on unSend button.
final
replyPopupBuilder → (Widget Function(Message message, bool sendByCurrentUser)?)
Provides builder for creating reply pop-up widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topBorderColor Color?
Used to give color to top side border of reply snack bar.
final

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