MultiDragGestureRecognizerFactory typedef

MultiDragGestureRecognizerFactory = MultiDragGestureRecognizer Function(BuildContext context)

A factory function that creates a MultiDragGestureRecognizer for handling drag gestures

Implementation

typedef MultiDragGestureRecognizerFactory = MultiDragGestureRecognizer Function(
  BuildContext context,
);