endX property
num
get
endX
Gets or sets the X coordinate of the end point for all types of PathSegment except PathSegment.Arc|Arc. The default value is zero.
Implementation
_i2.num get endX => _i4.getProperty(
this,
'endX',
);
set
endX
(num value)
Implementation
set endX(_i2.num value) {
_i4.setProperty(
this,
'endX',
value,
);
}