orientationY property

double get orientationY

Implementation

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

Implementation

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