localFocalPoint property Null safety
final
The focal point of the pointers in contact with the screen.
Reported in local coordinates. Defaults to focalPoint if not set in the constructor.
See also:
- focalPoint, which is the same value reported in global coordinates.
Implementation
final Offset localFocalPoint;