An object that can hit-test pointers.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
hitTest(
HitTestResult result, Offset position) → void - Deprecated. Use hitTestInView instead.
-
hitTestInView(
HitTestResult result, Offset position, int viewId) → void -
Fills the provided HitTestResult with HitTestEntrys for objects that
are hit at the given
position
in the view identified byviewId
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited