regionAnchorY property

num get regionAnchorY

Implementation

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

Implementation

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