views_after_auth_screens_feed_individual_postIndividualPostView constructorOn this pageIndividualPostView constructor const IndividualPostView({Key? key, required Post post}) Implementation const IndividualPostView(\{Key? key, required this.post\}) : super(key: key);