GSVG constructor

GSVG(
  1. int x,
  2. int y,
  3. int width,
  4. int height,
  5. List<GShape> elements, {
  6. PColor? strokeColor,
  7. int? strokeSize,
  8. PColor? fillColor,
  9. num? scaleX,
  10. num? scaleY,
})

Implementation

GSVG(super.x, super.y, super.width, super.height, super.elements,
    {this.strokeColor,
    this.strokeSize,
    this.fillColor,
    this.scaleX,
    this.scaleY});