moveBy method - Window class - dart:html library (original) (raw)
void moveBy(
Moves this window.
x and y can be negative.
Other resources
- Window.moveByfrom MDN.
- Window.moveBy from W3C.
Implementation
void moveBy(int x, int y) native;
void moveBy(
Moves this window.
x and y can be negative.
void moveBy(int x, int y) native;