CommentTile constructor

const CommentTile(
  1. String commentSectionID,
  2. {Key? key,
  3. required CommentModel comment}
)

Implementation

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