IntroPageData constructor
Implementation
IntroPageData({
required this.title,
required this.description,
this.image,
this.backgroundImage,
this.showSkip = true,
this.showLogo = false,
});
IntroPageData({
required this.title,
required this.description,
this.image,
this.backgroundImage,
this.showSkip = true,
this.showLogo = false,
});