CommentListVerticalLineDetail constructor

const CommentListVerticalLineDetail({
  1. Key? key,
  2. required Comment comment,
})

Implementation

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