BoxHitTestEntry class Null safety
A hit test entry used by RenderBox.
- Inheritance
-
- Object
- HitTestEntry<
RenderBox> - BoxHitTestEntry
Constructors
- BoxHitTestEntry(RenderBox target, Offset localPosition)
- Creates a box hit test entry.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- 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.
read-onlyinherited
- 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.
read-onlyinherited
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