onLongPressMove property

GestureLongPressMoveUpdateCallback? onLongPressMove
final

A callback for when a primary pointer is moving after being recognised as a long press.

Analogous to GestureDetector.onLongPressMoveUpdate.

Implementation

final GestureLongPressMoveUpdateCallback? onLongPressMove;