Dart API Reference
dart:html
Window
moveBy
moveBy
method
Moves this window.
@DomName('Window.moveBy')
@DocsEditable()
void
moveBy
(
num
x
,
num
y
)
Moves this window.
x and y can be negative.
Other resources
Window.moveBy
from MDN.
Window.moveBy
from W3C.