CurrentStory constructor

const CurrentStory({
  1. Key? key,
  2. required TransitionBuilder wrapperBuilder,
})

Implementation

const CurrentStory({super.key, required this.wrapperBuilder});