screenY property

int get screenY

Implementation

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

Implementation

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