point2Y property

num get point2Y

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

Implementation

_i2.num get point2Y => _i4.getProperty(
      this,
      'point2Y',
    );
set point2Y (num value)

Implementation

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