views_after_auth_screens_feed_pinned_post_pagePinnedPostPage constructorOn this pagePinnedPostPage constructorconst PinnedPostPage({Key? key, required List<Post> pinnedPosts})Implementationconst PinnedPostPage({Key? key, required this.pinnedPosts}) : super(key: key);