```dart XGestureDetector( longPressTimeConsider: 3000, onLongPress: (_) => something() ``` `onLongPress` is never called
onLongPressis never called