HitTestResult constructor

HitTestResult()

Creates an empty hit test result.

Implementation

HitTestResult()
  : _path = <HitTestEntry>[],
    _transforms = <Matrix4>[Matrix4.identity()],
    _localTransforms = <_TransformPart>[];