PGraphic constructor
PGraphic(})
Implementation
PGraphic(this.graphic,
{super.zIndex,
super.pos,
this.clip = true,
this.backgroundColor,
this.borderColor,
this.borderSize = 1})
: super(dimension: PDimension(graphic.width, graphic.height));