ReplyPopupConfiguration constructor
const
ReplyPopupConfiguration({
- TextStyle? buttonTextStyle,
- Color? topBorderColor,
- ValueSetter<
Message> ? onUnsendTap, - ValueSetter<
Message> ? onReplyTap, - ValueSetter<
Message> ? onReportTap, - MoreTapCallBack? onMoreTap,
- Color? backgroundColor,
- ReplyPopupBuilder? replyPopupBuilder,
Implementation
const ReplyPopupConfiguration({
this.buttonTextStyle,
this.topBorderColor,
this.onUnsendTap,
this.onReplyTap,
this.onReportTap,
this.onMoreTap,
this.backgroundColor,
this.replyPopupBuilder,
});