StepModel constructor

StepModel({
  1. TriggerIcon? triggerIcon,
  2. TriggerLabel? triggerLabel,
  3. String? trigger,
  4. String? dismissalSetting,
  5. String? title,
  6. String? selector,
  7. Null language,
  8. String? content,
  9. String? animationType,
  10. int? delay,
  11. bool? isBackdrop,
  12. bool? isCaret,
  13. String? position,
  14. String? triggerMode,
  15. String? id,
  16. String? shape,
  17. String? background,
  18. String? textColor,
  19. bool? showConfetti,
  20. bool? draggable,
  21. String? url,
  22. String? color,
  23. String? height,
  24. String? width,
})

Implementation

StepModel({
  this.triggerIcon,
  this.triggerLabel,
  this.trigger,
  this.dismissalSetting,
  this.title,
  this.selector,
  this.language,
  this.content,
  this.animationType,
  this.delay,
  this.isBackdrop,
  this.isCaret,
  this.position,
  this.triggerMode,
  this.id,
  this.shape,
  this.background,
  this.textColor,
  this.showConfetti,
  this.draggable,
  this.url,
  this.color,
  this.height,
  this.width,
});