IntroductionView constructor

const IntroductionView({
  1. Key? key,
  2. IntroductionViewStage initial = IntroductionViewStage.oneTime,
})

Implementation

const IntroductionView({
  super.key,
  this.initial = IntroductionViewStage.oneTime,
});