resizeTo method - Window class - dart:html library (original) (raw)

description

void resizeTo(

  1. int x,
  2. int y )

Resizes this window to a specific width and height.

Other resources

Implementation

void resizeTo(int x, int y) native;