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