longPressGestureRecognizer property

LongPressGestureRecognizer? longPressGestureRecognizer
final

自定义长按手势(适用于需要监听更多长按相关的事件,但不要在自定义对象上监听 onLongPress 事件,它会被 onLongPress 覆盖)

Implementation

final LongPressGestureRecognizer? longPressGestureRecognizer;