StaticImageActivateScheduleActionSettings constructor

StaticImageActivateScheduleActionSettings({
  1. required InputLocation image,
  2. int? duration,
  3. int? fadeIn,
  4. int? fadeOut,
  5. int? height,
  6. int? imageX,
  7. int? imageY,
  8. int? layer,
  9. int? opacity,
  10. int? width,
})

Implementation

StaticImageActivateScheduleActionSettings({
  required this.image,
  this.duration,
  this.fadeIn,
  this.fadeOut,
  this.height,
  this.imageX,
  this.imageY,
  this.layer,
  this.opacity,
  this.width,
});