Shape constructor

Shape({
  1. Placeholder? placeholder,
  2. ShapeProperties? shapeProperties,
  3. String? shapeType,
  4. TextContent? text,
})

Implementation

Shape({
  this.placeholder,
  this.shapeProperties,
  this.shapeType,
  this.text,
});