Shape constructor
Shape({
- Placeholder? placeholder,
- ShapeProperties? shapeProperties,
- String? shapeType,
- TextContent? text,
Implementation
Shape({this.placeholder, this.shapeProperties, this.shapeType, this.text});