Dart API Reference
dart:html
Window
resizeTo
resizeTo
method
Resizes this window to a specific width and height.
@DomName('Window.resizeTo')
@DocsEditable()
void
resizeTo
(
num
width
,
num
height
)
Resizes this window to a specific width and height.
Other resources
Window resizeTo
from WebPlatform.org.