IntroScreen constructor
IntroScreen({})
Implementation
IntroScreen({
required String this.title,
this.headerPadding = const EdgeInsets.all(12),
required String this.description,
this.header,
this.headerBgColor = Colors.white,
this.textStyle,
this.imageAsset,
});