isDraggable property

bool isDraggable
final

Whether this element can be dragged.

When false, the drag gesture recognizer is not registered, allowing drag events to pass through to underlying elements.

Implementation

final bool isDraggable;