HitTestEntry<T extends HitTestTarget> class
Null safety
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.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- 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.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited