InAppModel constructor
InAppModel({
- bool? inappMessage,
- String? title,
- String? titleFontColor,
- String? body,
- String? bodyFontColor,
- String? backgroundColor,
- String? backgroundImg,
- String? bgImgActionType,
- String? bgImgActionLink,
- RichContent? richContent,
- String? btnLeftTxt,
- String? btnLeftTxtColor,
- String? btnLeftBgColor,
- String? btnLeftActionType,
- String? btnLeftActionLink,
- String? btnRightTxt,
- String? btnRightTxtColor,
- String? btnRightBgColor,
- String? btnRightActionType,
- String? btnRightActionLink,
- String? dotColor,
Implementation
InAppModel(
{this.inappMessage,
this.title,
this.titleFontColor,
this.body,
this.bodyFontColor,
this.backgroundColor,
this.backgroundImg,
this.bgImgActionType,
this.bgImgActionLink,
this.richContent,
this.btnLeftTxt,
this.btnLeftTxtColor,
this.btnLeftBgColor,
this.btnLeftActionType,
this.btnLeftActionLink,
this.btnRightTxt,
this.btnRightTxtColor,
this.btnRightBgColor,
this.btnRightActionType,
this.btnRightActionLink,
this.dotColor});