gestures property

Map<Type, GestureRecognizerFactory<GestureRecognizer>> gestures
final

The gestures that this widget will attempt to recognize.

This should be a map from GestureRecognizer subclasses to GestureRecognizerFactory subclasses specialized with the same type.

This value can be late-bound at layout time using RawGestureDetectorState.replaceGestureRecognizers.

Implementation

final Map<Type, GestureRecognizerFactory> gestures;