EmbeddedObjectPosition constructor

EmbeddedObjectPosition({
  1. bool? newSheet,
  2. OverlayPosition? overlayPosition,
  3. int? sheetId,
})

Implementation

EmbeddedObjectPosition({
  this.newSheet,
  this.overlayPosition,
  this.sheetId,
});