WidgetsLongPressDraggableEx<T extends Widget?> extension

on
  • T

Methods

longPressDraggable({Key? key, required Widget feedback, Object? data, Axis? axis, Widget? childWhenDragging, Offset feedbackOffset = Offset.zero, Offset dragAnchorStrategy(Draggable<Object>, BuildContext, Offset) = childDragAnchorStrategy, int? maxSimultaneousDrags, void onDragStarted()?, void onDragUpdate(DragUpdateDetails)?, void onDraggableCanceled(Velocity, Offset)?, void onDragEnd(DraggableDetails)?, void onDragCompleted()?, bool hapticFeedbackOnStart = true, bool ignoringFeedbackSemantics = true, Duration delay = kLongPressTimeout}) LongPressDraggable<Object>

Available on T, provided by the WidgetsLongPressDraggableEx extension

LongPressDraggable