LongPressDetector constructor
- Key? key,
- required Widget child,
- required Duration longPressDuration,
- required VoidCallback? onLongPress,
Implementation
const LongPressDetector({
super.key,
required this.child,
required this.longPressDuration,
required this.onLongPress,
});