rotationAngle property
double
get
rotationAngle
Implementation
double get rotationAngle => js_util.getProperty(this, 'rotationAngle');
set
rotationAngle
(double newValue)
Implementation
set rotationAngle(double newValue) {
js_util.setProperty(this, 'rotationAngle', newValue);
}