onLongPress property

Implementation

GestureLongPressCallback? get onLongPress {
  if (enableRecording && !enableTapRecording) {
    return recordDetection;
  }
}