StaticImageDeactivateScheduleActionSettings constructor

StaticImageDeactivateScheduleActionSettings({
  1. int? fadeOut,
  2. int? layer,
})

Implementation

StaticImageDeactivateScheduleActionSettings({
  this.fadeOut,
  this.layer,
});