globalPosition property
final
The global position the pointer is located at when the drag gesture has been completed.
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;