screenX property

int screenX

Implementation

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

Implementation

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