startX property

num startX

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

Implementation

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

Implementation

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