moveBy method
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;
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Moves this window.
x and y can be negative.
void moveBy(int x, int y) native;