longPressDraggable property

  1. @Deprecated("Use [dragStartDelay] instead.")
bool longPressDraggable
final

Set dragStartDelay to Duration.zero to start the drag operation immediately.

Implementation

@Deprecated("Use [dragStartDelay] instead.")

/// Set [dragStartDelay] to [Duration.zero] to start the drag operation immediately.
final bool longPressDraggable;