PageElement constructor

PageElement({
  1. String? description,
  2. Group? elementGroup,
  3. Image? image,
  4. Line? line,
  5. String? objectId,
  6. Shape? shape,
  7. SheetsChart? sheetsChart,
  8. Size? size,
  9. SpeakerSpotlight? speakerSpotlight,
  10. Table? table,
  11. String? title,
  12. AffineTransform? transform,
  13. Video? video,
  14. WordArt? wordArt,
})

Implementation

PageElement({
  this.description,
  this.elementGroup,
  this.image,
  this.line,
  this.objectId,
  this.shape,
  this.sheetsChart,
  this.size,
  this.speakerSpotlight,
  this.table,
  this.title,
  this.transform,
  this.video,
  this.wordArt,
});