resizeTo method Null safety

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;