ReviewComponent constructor
- {Key? key,
- ReviewData? reviewData,
- dynamic onDelete( )?,
- VoidCallback? onEdit,
- bool isFromListingDetail = false,
- required int userId}
Implementation
const ReviewComponent({super.key, this.reviewData, this.onDelete, this.onEdit, this.isFromListingDetail = false, required this.userId});