Point offset

The coordinates of the mouse pointer in target node coordinates.

This value may vary between platforms if the target node moves after the event has fired or if the element has CSS transforms affecting it.

Source

Point get offset => new Point/*<num>*/(_offsetX, _offsetY);