IntroductionScreen constructor
const
IntroductionScreen({})
Implementation
const IntroductionScreen({
Key? key,
required this.images,
required this.texts,
required this.activeDotColor,
required this.inactiveDotColor,
required this.itemCount,
required this.isNetworkImage,
this.confirmMessage,
this.textStyle,
this.imagePadding,
}) : assert(itemCount == images.length && itemCount == texts.length),
super(key: key);