resizeTo function

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

Implementation

void resizeTo(
  _i2.num width,
  _i2.num height,
) {
  _i4.callMethod(
    _self,
    'resizeTo',
    [
      width,
      height,
    ],
  );
}