Flutter
gestures
PointerRoute typedef
PointerRoute
description
PointerRoute
typedef
Null safety
PointerRoute
=
void Function
(
PointerEvent
event
)
A callback that receives a
PointerEvent
Implementation
typedef PointerRoute = void Function(PointerEvent event);
Flutter
gestures
PointerRoute typedef
gestures library
Classes
BaseTapGestureRecognizer
DelayedMultiDragGestureRecognizer
DeviceGestureSettings
DiagnosticPropertiesBuilder
DiagnosticsNode
DoubleTapGestureRecognizer
Drag
DragDownDetails
DragEndDetails
DragGestureRecognizer
DragStartDetails
DragUpdateDetails
EagerGestureRecognizer
FlutterErrorDetailsForPointerEventDispatcher
FlutterView
ForcePressDetails
ForcePressGestureRecognizer
GestureArenaEntry
GestureArenaManager
GestureArenaMember
GestureArenaTeam
GestureRecognizer
HitTestable
HitTestDispatcher
HitTestEntry
HitTestResult
HitTestTarget
HorizontalDragGestureRecognizer
HorizontalMultiDragGestureRecognizer
ImmediateMultiDragGestureRecognizer
IOSScrollViewFlingVelocityTracker
LeastSquaresSolver
LongPressDownDetails
LongPressEndDetails
LongPressGestureRecognizer
LongPressMoveUpdateDetails
LongPressStartDetails
Matrix4
MultiDragGestureRecognizer
MultiDragPointerState
MultiTapGestureRecognizer
Offset
OffsetPair
OneSequenceGestureRecognizer
PanGestureRecognizer
PointerAddedEvent
PointerCancelEvent
PointerData
PointerDownEvent
PointerEnterEvent
PointerEvent
PointerEventConverter
PointerEventResampler
PointerExitEvent
PointerHoverEvent
PointerMoveEvent
PointerPanZoomEndEvent
PointerPanZoomStartEvent
PointerPanZoomUpdateEvent
PointerRemovedEvent
PointerRouter
PointerScrollEvent
PointerScrollInertiaCancelEvent
PointerSignalEvent
PointerSignalResolver
PointerUpEvent
PolynomialFit
PrimaryPointerGestureRecognizer
SamplingClock
ScaleEndDetails
ScaleGestureRecognizer
ScaleStartDetails
ScaleUpdateDetails
SerialTapCancelDetails
SerialTapDownDetails
SerialTapGestureRecognizer
SerialTapUpDetails
TapDownDetails
TapGestureRecognizer
TapUpDetails
Velocity
VelocityEstimate
VelocityTracker
VerticalDragGestureRecognizer
VerticalMultiDragGestureRecognizer
Mixins
GestureBinding
Constants
kBackMouseButton
kDoubleTapMinTime
kDoubleTapSlop
kDoubleTapTimeout
kDoubleTapTouchSlop
kForwardMouseButton
kHoverTapSlop
kHoverTapTimeout
kJumpTapTimeout
kLongPressTimeout
kMaxFlingVelocity
kMiddleMouseButton
kMinFlingVelocity
kPagingTouchSlop
kPanSlop
kPrecisePointerHitSlop
kPrecisePointerPanSlop
kPrecisePointerScaleSlop
kPressTimeout
kPrimaryButton
kPrimaryMouseButton
kPrimaryStylusButton
kScaleSlop
kSecondaryButton
kSecondaryMouseButton
kSecondaryStylusButton
kStylusContact
kTertiaryButton
kTouchContact
kTouchSlop
kWindowTouchSlop
kZoomControlsTimeout
Properties
debugPrintGestureArenaDiagnostics
debugPrintHitTestResults
debugPrintMouseHoverEvents
debugPrintRecognizerCallbacksTrace
debugPrintResamplingMargin
Functions
computeHitSlop
computePanSlop
computeScaleSlop
debugAssertAllGesturesVarsUnset
isSingleButton
nthMouseButton
nthStylusButton
smallestButton
Enums
DragStartBehavior
GestureDisposition
GestureRecognizerState
PointerDeviceKind
Typedefs
GestureDoubleTapCallback
GestureDragCancelCallback
GestureDragDownCallback
GestureDragEndCallback
GestureDragStartCallback
GestureDragUpdateCallback
GestureForceInterpolation
GestureForcePressEndCallback
GestureForcePressPeakCallback
GestureForcePressStartCallback
GestureForcePressUpdateCallback
GestureLongPressCallback
GestureLongPressCancelCallback
GestureLongPressDownCallback
GestureLongPressEndCallback
GestureLongPressMoveUpdateCallback
GestureLongPressStartCallback
GestureLongPressUpCallback
GestureMultiDragStartCallback
GestureMultiTapCallback
GestureMultiTapCancelCallback
GestureMultiTapDownCallback
GestureMultiTapUpCallback
GestureScaleEndCallback
GestureScaleStartCallback
GestureScaleUpdateCallback
GestureSerialTapCancelCallback
GestureSerialTapDownCallback
GestureSerialTapUpCallback
GestureTapCallback
GestureTapCancelCallback
GestureTapDownCallback
GestureTapUpCallback
GestureVelocityTrackerBuilder
HandleEventCallback
InformationCollector
PointerRoute
PointerSignalResolvedCallback
RecognizerCallback