orientationX property
num?
get
orientationX
Implementation
_i2.num? get orientationX => _i4.getProperty(
this,
'orientationX',
);
set
orientationX
(num? value)
Implementation
set orientationX(_i2.num? value) {
_i4.setProperty(
this,
'orientationX',
value ?? _i6.undefined,
);
}