getGesturesVertical method
Map<Type, GestureRecognizerFactory<GestureRecognizer> >
getGesturesVertical(
- BuildContext context
override
Implementation
@override
Map<Type, GestureRecognizerFactory> getGesturesVertical(
BuildContext context) {
return realController.getGesturesVertical(context);
}