ReplyPopupConfiguration constructor

const ReplyPopupConfiguration({
  1. TextStyle? buttonTextStyle,
  2. Color? topBorderColor,
  3. MessageCallBack? onUnsendTap,
  4. MessageCallBack? onReplyTap,
  5. VoidCallBack? onReportTap,
  6. VoidCallBack? onMoreTap,
  7. Color? backgroundColor,
  8. Widget replyPopupBuilder(
    1. Message message,
    2. bool sendByCurrentUser
    )?,
})

Implementation

const ReplyPopupConfiguration({
  this.buttonTextStyle,
  this.topBorderColor,
  this.onUnsendTap,
  this.onReplyTap,
  this.onReportTap,
  this.onMoreTap,
  this.backgroundColor,
  this.replyPopupBuilder,
});