InAppModel constructor

InAppModel({
  1. bool? inappMessage,
  2. String? title,
  3. String? titleFontColor,
  4. String? body,
  5. String? bodyFontColor,
  6. String? backgroundColor,
  7. String? backgroundImg,
  8. String? bgImgActionType,
  9. String? bgImgActionLink,
  10. RichContent? richContent,
  11. String? btnLeftTxt,
  12. String? btnLeftTxtColor,
  13. String? btnLeftBgColor,
  14. String? btnLeftActionType,
  15. String? btnLeftActionLink,
  16. String? btnRightTxt,
  17. String? btnRightTxtColor,
  18. String? btnRightBgColor,
  19. String? btnRightActionType,
  20. String? btnRightActionLink,
  21. String? btnTypeActionLink,
  22. String? btnActionLink,
  23. 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.btnTypeActionLink,
  this.btnActionLink,
  this.dotColor,
});