Unverified Commit 68bd9c01 authored by Juyeong Lee's avatar Juyeong Lee Committed by GitHub

Add more references to LongPressDraggable (#74835)

parent 15703fb9
......@@ -371,6 +371,11 @@ class Draggable<T extends Object> extends StatefulWidget {
}
/// Makes its child draggable starting from long press.
///
/// See also:
///
/// * [Draggable], similar to the [LongPressDraggable] widget but happens immediately.
/// * [DragTarget], a widget that receives data when a [Draggable] widget is dropped.
class LongPressDraggable<T extends Object> extends Draggable<T> {
/// Creates a widget that can be dragged starting from long press.
///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment