startY property

num startY

Gets or sets the starting point Y coordinate of the PathFigure. The default value is zero.

Implementation

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

Implementation

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