moveBy method Null safety
Moves this window.
x and y can be negative.
Other resources
- Window.moveBy from MDN.
- Window.moveBy from W3C.
Implementation
void moveBy(int x, int y) native;
Moves this window.
x and y can be negative.
void moveBy(int x, int y) native;