Returns Offset - Contains the window's current position.
Offset
Future<Offset> getPosition() async { Rect bounds = await getBounds(); return bounds.topLeft; }