widgets_post_widgetNewsPost constructorOn this pageNewsPost constructorconst NewsPost({Key? key, required Post post, dynamic function(Post)?})Implementationconst NewsPost({ Key? key, required this.post, this.function,}) : super(key: key);