transform property Null safety
Returns a matrix describing how PointerEvents delivered to this HitTestEntry should be transformed from the global coordinate space of the screen to the local coordinate space of target.
See also:
- BoxHitTestResult.addWithPaintTransform, which is used during hit testing to build up this transform.
Implementation
Matrix4? get transform => _transform;