onLongPressStart property

GestureLongPressStartCallback? onLongPressStart
final

Callback for long press start with gesture location.

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

See also:

  • onLongPress, which has the same timing but without the location data.

Implementation

final GestureLongPressStartCallback? onLongPressStart;