menu
pdf_graphics package
documentation
raster.dart
QuadCurve
QuadCurve.new const constructor
QuadCurve.new const constructor
dark_mode
light_mode
QuadCurve
constructor
const
QuadCurve
(
double
x0
,
double
y0
,
double
cx
,
double
cy
,
double
x1
,
double
y1
,
)
Implementation
const QuadCurve(this.x0, this.y0, this.cx, this.cy, this.x1, this.y1);
pdf_graphics package
documentation
raster
QuadCurve
QuadCurve.new const constructor
QuadCurve class