windowX property

double windowX

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

Implementation

double get windowX => rawEvent?.rawEvent.original?.position.dx ?? 0;