resizeBy method Null safety

void resizeBy (
  1. int x,
  2. int y
)

Resizes this window by an offset.

Other resources

Implementation

void resizeBy(int x, int y) native;