gestureRecognizers property

Map<Type, GestureRecognizerFactory<GestureRecognizer>>? get gestureRecognizers

Implementation

Map<Type, GestureRecognizerFactory>? get gestureRecognizers =>
    _gestureRecognizers;