endX property

num 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',
    );
void endX=(num value)

Implementation

set endX(_i2.num value) {
  _i4.setProperty(
    this,
    'endX',
    value,
  );
}