point2X property

num point2X

Gets or sets the X value of the second control point for a PathSegment of type cubic PathSegment.Bezier|Bezier.

Implementation

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

Implementation

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