orientationX property

double orientationX

Implementation

double get orientationX => js_util.getProperty(this, 'orientationX');
void orientationX=(double newValue)

Implementation

set orientationX(double newValue) {
  js_util.setProperty(this, 'orientationX', newValue);
}