Flutter
gestures
HitTestEntry
HitTestEntry const constructor
HitTestEntry
HitTestEntry class
Constructors
HitTestEntry
Properties
target
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
HitTestEntry constructor
const
HitTestEntry
(
HitTestTarget
target
)
Creates a hit test entry.
Implementation
const HitTestEntry(this.target);