onLongPress method
Implementation
GestureDetector onLongPress(GestureLongPressCallback onLongPress,
{Key? key}) {
return addGestureDetector(
onLongPress: onLongPress, key: key, behavior: HitTestBehavior.opaque);
}
GestureDetector onLongPress(GestureLongPressCallback onLongPress,
{Key? key}) {
return addGestureDetector(
onLongPress: onLongPress, key: key, behavior: HitTestBehavior.opaque);
}