Arrow constructor

Arrow(
  1. double sx,
  2. double sy,
  3. double cx,
  4. double cy,
  5. double ex,
  6. double ey,
)

Implementation

Arrow(
  this.sx,
  this.sy,
  this.cx,
  this.cy,
  this.ex,
  this.ey,
);