QuadraticBezierTo constructor

QuadraticBezierTo(
  1. double x1,
  2. double y1,
  3. double x2,
  4. double y2,
)

Implementation

QuadraticBezierTo(this.x1, this.y1, this.x2, this.y2);