IntroPageImage constructor
const
IntroPageImage({
- Key? key,
- required IntroPageData data,
Implementation
const IntroPageImage({
Key? key,
required this.data,
}) : super(key: key);