endY property

num endY

Gets or sets the Y coordinate of the end point for all types of PathSegment except PathSegment.Arc|Arc. The default value is zero.

Implementation

_i2.num get endY => _i4.getProperty(
      this,
      'endY',
    );
void endY=(num value)

Implementation

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