getHitTestPath method

Path? getHitTestPath(
  1. String connectionId
)

Get the cached hit test path for debugging purposes

Implementation

Path? getHitTestPath(String connectionId) {
  return _getCachedPath(connectionId)?.hitTestPath;
}