widgets_post_list_widgetPostListWidget constructorOn this pagePostListWidget constructor const PostListWidget({Key? key, required List<Post> posts, dynamic function(Post)?}) Implementation const PostListWidget(\{ Key? key, required this.posts, this.function,\}) : super(key: key);