onLongPressStart property

GestureLongPressStartCallback? onLongPressStart
final

Callback invoked when a long press gesture begins.

Provides the position where the long press started. Useful for implementing press-and-hold actions or showing additional options.

Implementation

final GestureLongPressStartCallback? onLongPressStart;