Introduction constructor
Introduction({})
Implementation
Introduction({
required this.imageUrl,
required this.title,
required this.subTitle,
this.titleTextStyle = const TextStyle(fontSize: 30),
this.subTitleTextStyle = const TextStyle(fontSize: 20),
this.imageWidth = 360,
this.imageHeight = 360,
});