lastPosition property

OffsetPair get lastPosition

The local and global offsets of the last pointer event received.

It is used to create the DragEndDetails, which provides information about the end of a drag gesture.

Implementation

OffsetPair get lastPosition => _lastPosition;