screenY property

int screenY

Implementation

int get screenY => js_util.getProperty(this, 'screenY');
void screenY=(int newValue)

Implementation

set screenY(int newValue) {
  js_util.setProperty(this, 'screenY', newValue);
}