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