ShareStoryPage constructor

const ShareStoryPage({
  1. Key? key,
  2. required UserModel? currentUser,
  3. required dynamic loc,
  4. StoryModel? currentUserStory,
})

Implementation

const ShareStoryPage(
    {Key? key,
    required this.currentUser,
    required this.loc,
    this.currentUserStory});