centerX property

num centerX

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

Implementation

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

Implementation

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