PresentationShape constructor

PresentationShape(
  1. String id,
  2. String text,
  3. Offset offset,
  4. Size size,
)

Constructor

Implementation

PresentationShape(this.id, this.text, this.offset, this.size);