centerY property

num get centerY

Gets or sets the center Y value of the Arc for a PathSegment of type PathSegment.Arc|Arc.

Implementation

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

Implementation

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