enabled property

bool enabled
final

Whether drag interactions are enabled for this sortable.

Type: bool, default: true. When false, the widget cannot be dragged and will not respond to drag gestures.

Implementation

final bool enabled;