menu
s_packages package
documentation
universal_html/prefer_universal/html.dart
Window
moveBy method
moveBy method
dark_mode
light_mode
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) {}
s_packages package
documentation
universal_html/prefer_universal/html
Window
moveBy method
Window class