rotation property
num
get
rotation
Implementation
_i2.num get rotation => _i5.getProperty(
this,
'rotation',
);
set
rotation
(num value)
Implementation
set rotation(_i2.num value) {
_i5.setProperty(
this,
'rotation',
value,
);
}