transform property

Matrix4? transform

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:

Implementation

Matrix4? get transform => _transform;