regionAnchorX property

num get regionAnchorX

Implementation

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

Implementation

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