ReplyPopupConfiguration constructor

const ReplyPopupConfiguration({
  1. TextStyle? buttonTextStyle,
  2. Color? topBorderColor,
  3. ValueSetter<Message>? onUnsendTap,
  4. ValueSetter<Message>? onReplyTap,
  5. ValueSetter<Message>? onReportTap,
  6. MoreTapCallBack? onMoreTap,
  7. Color? backgroundColor,
  8. ReplyPopupBuilder? replyPopupBuilder,
})

Implementation

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