currentPointerPosition property

Offset? get currentPointerPosition

Gets the current pointer position.

Returns null if no pointer position has been recorded.

Implementation

Offset? get currentPointerPosition => lastPointerPosition.value;