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