ReceiverMessage constructor
ReceiverMessage({})
Implementation
ReceiverMessage({
super.key,
required this.text,
required this.isShowDate,
required this.isShowUser,
this.date,
this.isShowQuickReply,
this.quickReply,
this.onSelectQuickReply,
this.isLiked,
this.isDisLiked,
this.onLikeAction,
this.showAction,
});