CurrentStory constructor

const CurrentStory({
  1. Key? key,
})

Implementation

const CurrentStory({Key? key}) : super(key: key);