PresentationImage constructor

PresentationImage(
  1. String imagePath,
  2. String type,
  3. int cx,
  4. int cy,
)

Implementation

PresentationImage(this.imagePath, this.type, this.cx, this.cy);