focalPoint property
The global focal point of the pointers in contact with the screen.
Typically this is where the touch event is happening, though if the user is performing a pinch or zoom gesture involving multiple fingers this is the center of those points.
Supports mouse, trackpad, and touch events.
Implementation
final Offset focalPoint;