resizeTo method

void resizeTo(
  1. int width,
  2. int height
)

Implementation

void resizeTo(int width, int height) =>
    js_util.callMethod(this, 'resizeTo', [width, height]);