regionAnchorX property

double regionAnchorX

Implementation

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

Implementation

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