views_after_auth_screens_feed_individual_postCommentTemplate constructorOn this pageCommentTemplate constructor const CommentTemplate({Key? key, required Comment comment}) Implementation const CommentTemplate(\{ Key? key, required this.comment,\}) : super(key: key);