views_after_auth_screens_feed_individual_postCommentTemplate constructorOn this pageCommentTemplate constructorconst CommentTemplate({Key? key, required Comment comment})Implementationconst CommentTemplate({ Key? key, required this.comment,}) : super(key: key);