orientationY property

num? get orientationY

Implementation

_i2.num? get orientationY => _i4.getProperty(
      this,
      'orientationY',
    );
set orientationY (num? value)

Implementation

set orientationY(_i2.num? value) {
  _i4.setProperty(
    this,
    'orientationY',
    value ?? _i6.undefined,
  );
}