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

description

void resizeBy(

  1. int x,
  2. int y )

Resizes this window by an offset.

Other resources

Implementation

void resizeBy(int x, int y) native;