Resizes the window to width and height.
width
height
Future<void> setSize(Size size, {bool animate = false}) async { await setBounds( null, size: size, animate: animate, ); }