const StoryProvider({ Key? key, required this.story, required Widget child, }) : super( key: key, child: child, );