Flutter
gestures
PointerEventResampler
isDown property
isDown
description
isDown
property
Null safety
bool
isDown
Returns
true
if pointer is currently down.
Implementation
bool get isDown => _isDown;
Flutter
gestures
PointerEventResampler
isDown property
PointerEventResampler class
Constructors
PointerEventResampler
Properties
hashCode
hasPendingEvents
isDown
isTracked
runtimeType
Methods
addEvent
noSuchMethod
sample
stop
toString
Operators
operator ==