PointerInputSettings class

Thresholds and timings used by PointerInputTracker.

Constructors

PointerInputSettings({double tapSlop = 8, double doubleTapSlop = 24, int doubleTapMaxDelayMs = 300, bool deferSingleTap = true})
const

Properties

deferSingleTap bool
When true, single tap is emitted only after the double-tap window passes.
final
doubleTapMaxDelayMs int
final
doubleTapSlop double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapSlop double
final

Methods

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