RepliedMessageConfiguration class

Constructors

RepliedMessageConfiguration({Color? verticalBarColor, Color? backgroundColor, TextStyle? textStyle, TextStyle? replyTitleTextStyle, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, double? maxWidth, BorderRadiusGeometry? borderRadius, double? verticalBarWidth, double? repliedImageMessageHeight, double? repliedImageMessageWidth, BorderRadiusGeometry? repliedImageMessageBorderRadius, ReplyMessageWithReturnWidget? repliedMessageWidgetBuilder, double? opacity, RepliedMsgAutoScrollConfig repliedMsgAutoScrollConfig = const RepliedMsgAutoScrollConfig(), Color? micIconColor})
const

Properties

backgroundColor Color?
Used to give background color to replied message widget.
final
borderRadius BorderRadiusGeometry?
Used to give border radius in replied message widget.
final
hashCode int
The hash code for this object.
no setterinherited
margin EdgeInsetsGeometry?
Used to give margin in replied message widget.
final
maxWidth double?
Used to give max width in replied message widget.
final
micIconColor Color?
Color for microphone icon.
final
opacity double?
Used to give opacity of replied message.
final
padding EdgeInsetsGeometry?
Used to give padding in replied message widget.
final
repliedImageMessageBorderRadius BorderRadiusGeometry?
Used to give border radius of image message when there is image in replied message.
final
repliedImageMessageHeight double?
Used to give height of image when there is image in replied message.
final
repliedImageMessageWidth double?
Used to give width of image when there is image in replied message.
final
repliedMessageWidgetBuilder ReplyMessageWithReturnWidget?
Provides builder for custom view of replied message.
final
repliedMsgAutoScrollConfig RepliedMsgAutoScrollConfig
Configuration for auto scrolling and highlighting a message when tapping on the original message above the replied message.
final
replyTitleTextStyle TextStyle?
Used to give text style to replied message widget's title
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
Used to give text style to reply message.
final
verticalBarColor Color?
Used to give color to vertical bar.
final
verticalBarWidth double?
Used to give width to vertical bar in replied message widget.
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