onLongPress property

GestureSinglePointCallback? onLongPress
final

Called after the tap event has been going on for a period of time (500ms) without moving much (20px). The onTap or onDragStart gestures can still trigger after this gesture.

Implementation

final GestureSinglePointCallback? onLongPress;