ReplyPopupConfiguration class

Constructors

ReplyPopupConfiguration({TextStyle? buttonTextStyle, Color? topBorderColor, ValueSetter<Message>? onUnsendTap, ValueSetter<Message>? onReplyTap, ValueSetter<Message>? onReportTap, MoreTapCallBack? onMoreTap, Color? backgroundColor, ReplyPopupBuilder? replyPopupBuilder})
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 MoreTapCallBack?
Provides callback on onMore button.
final
onReplyTap ValueSetter<Message>?
Provides callback on onReply button.
final
onReportTap ValueSetter<Message>?
Provides callback on onReport button.
final
onUnsendTap ValueSetter<Message>?
Provides callback on unSend button.
final
replyPopupBuilder ReplyPopupBuilder?
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