resizeTo method - Window class - dart:html library (original) (raw)
void resizeTo(
Resizes this window to a specific width and height.
Other resources
- Window.resizeTofrom MDN.
Implementation
void resizeTo(int x, int y) native;
void resizeTo(
Resizes this window to a specific width and height.
void resizeTo(int x, int y) native;