onTargetLongPress property

VoidCallback? onTargetLongPress
final

Triggered when target has been long pressed.

Detected when a pointer has remained in contact with the screen at the same location for a long period of time.

Implementation

final VoidCallback? onTargetLongPress;