resizeTo method

  1. @DomName('Window.resizeTo')
  2. @DocsEditable()
void resizeTo(int x, int y)

Resizes this window to a specific width and height.

Other resources

Source

@DomName('Window.resizeTo')
@DocsEditable()
void resizeTo(int x, int y) =>
    _blink.BlinkWindow.instance.resizeTo_Callback_2_(this, x, y);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/Window/resizeTo.html