IntroScreen constructor
const
IntroScreen({
- Key? key,
- required List<
Walkthrough> walkthroughList, - required MaterialPageRoute pageRoute,
Implementation
const IntroScreen({
super.key,
required this.walkthroughList,
required this.pageRoute,
});