Skip to main content

PinnedPostPage constructor

const PinnedPostPage({Key? key, required List<Post> pinnedPosts})

Implementation

const PinnedPostPage({Key? key, required this.pinnedPosts}) : super(key: key);