delta property

Offset delta
final

Distance in logical pixels that the pointer moved since the last PointerMoveEvent or PointerHoverEvent.

This value is always 0.0 for down, up, and cancel events.

See also:

  • localDelta, which is the delta transformed into the local coordinate space of the event receiver.

Implementation

final Offset delta;