onLongPress method
see GestureDetector
Implementation
GestureDetector onLongPress(
GestureLongPressCallback onLongPress, {
Key? key,
}) =>
GestureDetector(
key: key,
onLongPress: onLongPress,
child: this,
);
see GestureDetector
GestureDetector onLongPress(
GestureLongPressCallback onLongPress, {
Key? key,
}) =>
GestureDetector(
key: key,
onLongPress: onLongPress,
child: this,
);