globalPosition property
final
The global position at which the pointer contacted the screen.
Defaults to the origin if not specified in the constructor.
See also:
- localPosition, which is the globalPosition transformed to the coordinate space of the event receiver.
Implementation
final Offset globalPosition;