CommentTile constructor
- String commentSectionID,
- {Key? key,
- required CommentModel comment}
Implementation
const CommentTile(this.commentSectionID, {super.key, required this.comment});
const CommentTile(this.commentSectionID, {super.key, required this.comment});