lastPointerPosition property
Offset?
get
lastPointerPosition
Gets the last known pointer position (package-private).
Used for drag operations. Returns null if no pointer position is tracked.
Implementation
Offset? get lastPointerPosition => interaction.currentPointerPosition;