NiceReviewCard constructor
const
NiceReviewCard({})
Implementation
const NiceReviewCard({
super.key,
required this.reviewerName,
this.reviewerAvatar,
required this.rating,
required this.review,
this.date,
this.verified = false,
this.helpfulCount,
this.onHelpful,
this.onReport,
this.response,
});