moveBy method

void moveBy(
  1. int x,
  2. int y
)

Implementation

void moveBy(int x, int y) => js_util.callMethod(this, 'moveBy', [x, y]);