gestureRecognizers property

Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers
final

Gesture recognizers that should compete with the map for pointer events. Used to integrate the map inside scrollables.

Implementation

final Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers;