mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Inspired by the review on #146182. This PR adds boundary feature to the drag gestures, including `MultiDragGestureRecognizer` and `DragGestureRecognizer`. The `GestureDetector` widget will also benefit from this.