PRectangleElement constructor

PRectangleElement({
  1. PStyle? style,
  2. PCanvasElementContainer<PCanvasElement>? parent,
  3. int? zIndex,
  4. String? id,
  5. Position? pos,
  6. PDimension? dimension,
})

Implementation

PRectangleElement({
  this.style,
  super.parent,
  super.zIndex,
  super.id,
  super.pos,
  super.dimension,
});