offset property
Point offsetThe 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);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/MouseEvent/offset.html