localPosition property

  1. @override
Offset localPosition
final

The local position in the coordinate system of the event receiver at which the pointer interacts with the screen.

See also:

  • globalPosition, which is the global position at which the pointer interacts with the screen.

Implementation

@override
final Offset localPosition;