windowY property

double windowY

The y-coordinate of the mouse in the window's coordinate system.

Implementation

double get windowY => rawEvent?.rawEvent.original?.position.dy ?? 0;