IntroScreen constructor
IntroScreen({})
Implementation
IntroScreen(
{required this.onbordingDataList,
this.pageRoute,
required this.colors,
this.selectedDotColor,
this.unSelectdDotColor,
this.gradient,
required this.nextButton,
required this.lastButton,
required this.skipButton});