Dart API Reference
dart:html
Window
resizeBy
resizeBy
method
Resizes this window by an offset.
@DomName('Window.resizeBy')
@DocsEditable()
void
resizeBy
(
num
x
,
num
y
)
Resizes this window by an offset.
Other resources
Window resizeBy
from WebPlatform.org.