IntroductionView constructor
- Key? key,
- IntroductionViewStage initial = IntroductionViewStage.oneTime,
Implementation
const IntroductionView({
super.key,
this.initial = IntroductionViewStage.oneTime,
});
const IntroductionView({
super.key,
this.initial = IntroductionViewStage.oneTime,
});