IntroductionPageData constructor
Implementation
const IntroductionPageData({
required this.title,
required this.content,
this.contentImage,
this.backgroundImage,
this.backgroundColor,
});
const IntroductionPageData({
required this.title,
required this.content,
this.contentImage,
this.backgroundImage,
this.backgroundColor,
});