debugPrintHitTestResults top-level property Null safety

bool debugPrintHitTestResults
read / write

Whether to print the results of each hit test to the console.

When this is set, in debug mode, any time a hit test is triggered by the GestureBinding the results are dumped to the console.

This has no effect in release builds.

Implementation

bool debugPrintHitTestResults = false;