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