ReplyPopupConfiguration constructor
const
ReplyPopupConfiguration({
- TextStyle? buttonTextStyle,
- Color? topBorderColor,
- MessageCallBack? onUnsendTap,
- MessageCallBack? onReplyTap,
- MessageCallBack? onReportTap,
- MoreTapCallBack? onMoreTap,
- Color? backgroundColor,
- Widget replyPopupBuilder()?,
Implementation
const ReplyPopupConfiguration({
this.buttonTextStyle,
this.topBorderColor,
this.onUnsendTap,
this.onReplyTap,
this.onReportTap,
this.onMoreTap,
this.backgroundColor,
this.replyPopupBuilder,
});