rotate method
void
rotate(
- dynamic angle
Implementation
void rotate(/* double | NaN */ dynamic angle) =>
js_util.callMethod(this, 'rotate', [angle]);
void rotate(/* double | NaN */ dynamic angle) =>
js_util.callMethod(this, 'rotate', [angle]);