CurrentStory constructor
const
CurrentStory({
- Key? key,
- required TransitionBuilder wrapperBuilder,
Implementation
const CurrentStory({super.key, required this.wrapperBuilder});