Dart
dart:html
Window
moveBy method
description
moveBy method
void
moveBy
(
int
x
,
int
y
)
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;