CommentWidget constructor

const CommentWidget({
  1. Key? key,
  2. required Comment comment,
  3. VoidCallback? onLike,
})

Implementation

const CommentWidget({super.key, required this.comment, this.onLike});