regionAnchorY property
double
get
regionAnchorY
Implementation
double get regionAnchorY => js_util.getProperty(this, 'regionAnchorY');
set
regionAnchorY
(double newValue)
Implementation
set regionAnchorY(double newValue) {
js_util.setProperty(this, 'regionAnchorY', newValue);
}