HitTestEntry<T extends HitTestTarget> class

Data collected during a hit test about a specific HitTestTarget.

Subclass this object to pass additional information from the hit test phase to the event propagation phase.

Implementers
Annotations

Constructors

HitTestEntry(T target)
Creates a hit test entry.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target → T
The HitTestTarget encountered during the hit test.
final
transform Matrix4?
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.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited