We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15703fb commit 68bd9c0Copy full SHA for 68bd9c0
packages/flutter/lib/src/widgets/drag_target.dart
@@ -371,6 +371,11 @@ class Draggable<T extends Object> extends StatefulWidget {
371
}
372
373
/// Makes its child draggable starting from long press.
374
+///
375
+/// See also:
376
377
+/// * [Draggable], similar to the [LongPressDraggable] widget but happens immediately.
378
+/// * [DragTarget], a widget that receives data when a [Draggable] widget is dropped.
379
class LongPressDraggable<T extends Object> extends Draggable<T> {
380
/// Creates a widget that can be dragged starting from long press.
381
///
0 commit comments