SvgRect constructor

SvgRect(
  1. double x,
  2. double y,
  3. double width,
  4. double height,
  5. double rx,
  6. double ry,
)

Implementation

SvgRect(this.x, this.y, this.width, this.height, this.rx, this.ry);