rotationAngle property

double rotationAngle

Implementation

double get rotationAngle => js_util.getProperty(this, 'rotationAngle');
void rotationAngle=(double newValue)

Implementation

set rotationAngle(double newValue) {
  js_util.setProperty(this, 'rotationAngle', newValue);
}