Skip to main content

PostListWidget 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);