allowedPointerKinds property

Set<PointerDeviceKind> allowedPointerKinds
final

Defines pointer types which are allowed to trigger swipe gesture.

Defaults to {PointerDeviceKind.touch, PointerDeviceKind.invertedStylus, PointerDeviceKind.stylus}

Implementation

final Set<PointerDeviceKind> allowedPointerKinds;