longPressListener property
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;
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);