IntroScreenOnboarding constructor
IntroScreenOnboarding({})
Implementation
IntroScreenOnboarding({
Key? key,
this.introductionList,
this.onTapSkipButton,
this.backgroudColor,
this.foregroundColor,
this.skipTextStyle = const TextStyle(fontSize: 20),
}) : super(key: key);