debugPrintRecognizerCallbacksTrace top-level property

bool debugPrintRecognizerCallbacksTrace
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:

Implementation

bool debugPrintRecognizerCallbacksTrace = false;