orientationY property

double orientationY

Implementation

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

Implementation

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