longPressListener property

LongPressListener? longPressListener

LongPressListener that notifies when a long-press gesture occurs. Gets a LongPressListener that notifies when a long-press gesture occurs. Gestures holds a strong reference to the listener.

Implementation

LongPressListener? get longPressListener;
void longPressListener=(LongPressListener? value)

LongPressListener that notifies when a long-press gesture occurs. Sets a LongPressListener that notifies when a long-press gesture occurs.

Implementation

set longPressListener(LongPressListener? value);