resizeBy method - Window class - dart:html library (original) (raw)
void resizeBy(
Resizes this window by an offset.
Other resources
- Window.resizeByfrom MDN.
Implementation
void resizeBy(int x, int y) native;
void resizeBy(
Resizes this window by an offset.
void resizeBy(int x, int y) native;