RepliedMessageConfiguration constructor

const RepliedMessageConfiguration({
  1. Color? verticalBarColor,
  2. Color? backgroundColor,
  3. TextStyle? textStyle,
  4. TextStyle? replyTitleTextStyle,
  5. EdgeInsetsGeometry? margin,
  6. EdgeInsetsGeometry? padding,
  7. double? maxWidth,
  8. BorderRadiusGeometry? borderRadius,
  9. double? verticalBarWidth,
  10. double? repliedImageMessageHeight,
  11. double? repliedImageMessageWidth,
  12. BorderRadiusGeometry? repliedImageMessageBorderRadius,
  13. ReplyMessageWithReturnWidget? repliedMessageWidgetBuilder,
  14. double? opacity,
  15. RepliedMsgAutoScrollConfig repliedMsgAutoScrollConfig = const RepliedMsgAutoScrollConfig(),
  16. 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,
});