Returns Size - Contains the window's width and height.
Size
Future<Size> getSize() async { Rect bounds = await getBounds(); return bounds.size; }