PRectangleElement constructor
PRectangleElement({
- PStyle? style,
- PCanvasElementContainer<
PCanvasElement> ? parent, - int? zIndex,
- String? id,
- Position? pos,
- PDimension? dimension,
Implementation
PRectangleElement({
this.style,
super.parent,
super.zIndex,
super.id,
super.pos,
super.dimension,
});