originalAngle property
num
get
originalAngle
This read-only property returns the angle that was the original value of the GraphObject#angle of the GraphObject that is being rotated. The value is invalid when this tool is not active.
Implementation
_i2.num get originalAngle => _i4.getProperty(
this,
'originalAngle',
);
set
originalAngle
(num value)
Implementation
set originalAngle(_i2.num value) {
_i4.setProperty(
this,
'originalAngle',
value,
);
}