MultiDragGestureRecognizerFactory typedef
A factory function that creates a MultiDragGestureRecognizer for handling drag gestures
Implementation
typedef MultiDragGestureRecognizerFactory = MultiDragGestureRecognizer Function(
BuildContext context,
);