InteractiveTutorialElementsModel constructor

InteractiveTutorialElementsModel({
  1. String? targetId,
  2. String? borderColor,
  3. int? position,
  4. DescriptionInfo? description,
  5. FooterInfo? footer,
  6. String? bgImage,
  7. int? scaleType,
})

Implementation

InteractiveTutorialElementsModel({
  this.targetId,
  this.borderColor,
  this.position,
  this.description,
  this.footer,
  this.bgImage,
  this.scaleType,
});