RepliedMessageConfiguration constructor
const
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,
Implementation
const RepliedMessageConfiguration({
this.verticalBarColor,
this.backgroundColor,
this.textStyle,
this.replyTitleTextStyle,
this.margin,
this.padding,
this.maxWidth,
this.borderRadius,
this.verticalBarWidth,
this.repliedImageMessageHeight,
this.repliedImageMessageWidth,
this.repliedImageMessageBorderRadius,
this.repliedMessageWidgetBuilder,
this.opacity,
this.repliedMsgAutoScrollConfig = const RepliedMsgAutoScrollConfig(),
this.micIconColor,
});