IntroPageViewRF constructor
IntroPageViewRF({})
Implementation
IntroPageViewRF({
this.pageColor,
this.iconImageAssetPath,
this.bubbleBackgroundColor = Colors.pinkAccent,
this.iconColor,
@required this.title,
@required this.body,
@required this.mainImage,
this.bubble,
this.textStyle,
this.titleTextStyle,
this.bodyTextStyle,
});