gestureRecognizers property

Set<Factory<OneSequenceGestureRecognizer>> gestureRecognizers
final

Which gestures should be consumed by the map.

When this set is empty, the map will only handle pointer events for gestures that were not claimed by any other gesture recognizer.

Implementation

final Set<Factory<OneSequenceGestureRecognizer>> gestureRecognizers;