localPanDelta property Null safety

Offset localPanDelta

The amount the pan offset changed since the last event, transformed into local coordinates.

Implementation

@override
Offset get localPanDelta => panDelta;