SlidePhoto3Up constructor

SlidePhoto3Up({
  1. String name = 'Photo 3 Up',
  2. ImageReference? image1,
  3. ImageReference? image2,
  4. ImageReference? image3,
  5. TextValue? speakerNotes,
  6. bool slideNumber = false,
})

Implementation

SlidePhoto3Up({
  super.name = 'Photo 3 Up',
  this.image1,
  this.image2,
  this.image3,
  super.speakerNotes,
  super.slideNumber,
});