debugPrintRecognizerCallbacksTrace top-level property
getter/setter pair
Logs a message every time a gesture recognizer callback is invoked.
This flag only has an effect in debug mode.
This is specifically used by GestureRecognizer.invokeCallback. Gesture recognizers that do not use this method to invoke callbacks may not honor the debugPrintRecognizerCallbacksTrace flag.
See also:
- debugPrintGestureArenaDiagnostics, for debugging issues with gesture arenas.
Implementation
bool debugPrintRecognizerCallbacksTrace = false;