endPoint property
Offset
get
endPoint
Gets the ending point of the curve.
Implementation
Offset get endPoint => _endPoint.offset;
set
endPoint
(Offset value)
Sets the ending point of the curve.
Implementation
set endPoint(Offset value) {
_endPoint = PdfPoint.fromOffset(value);
}