A hit test entry used by RenderBox.
- Inheritance
- Object
- HitTestEntry
- BoxHitTestEntry
Constructors
- BoxHitTestEntry(RenderBox target, Point localPosition)
-
Creates a box hit test entry.
const
Properties
- localPosition → Point
-
The position of the hit test in the local coordinates of target.
read-only - target → RenderBox
-
read-only
- hashCode → int
-
Get a hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
toString(
) → String -
Returns a string representation of this object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited