BoxHitTestEntry class

A hit test entry used by RenderBox.

Inheritance

Constructors

BoxHitTestEntry(RenderBox target, Offset localPosition)
Creates a box hit test entry.

Properties

hashCode int
The hash code for this object.
no setterinherited
localPosition Offset
The position of the hit test in the local coordinates of target.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target RenderBox
The HitTestTarget encountered during the hit test.
finalinherited
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 setterinherited

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