Introduction constructor
const
Introduction({})
Implementation
const Introduction({
super.key,
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,
});