views_after_auth_screens_feed_pinned_post_pagePinnedPostPage constructorOn this pagePinnedPostPage constructor const PinnedPostPage({Key? key, required List<Post> pinnedPosts}) Implementation const PinnedPostPage(\{Key? key, required this.pinnedPosts\}) : super(key: key);