regionAnchorY property

double regionAnchorY

Implementation

double get regionAnchorY => js_util.getProperty(this, 'regionAnchorY');
void regionAnchorY=(double newValue)

Implementation

set regionAnchorY(double newValue) {
  js_util.setProperty(this, 'regionAnchorY', newValue);
}