onLongPress property

GestureLongPressCallback? onLongPress
final

Called when a long press gesture has been recognized.

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

See also:

  • onLongPressStart, which has the same timing but has data for the press location.

Implementation

final GestureLongPressCallback? onLongPress;