nonDraggableIndices property
Specify indices for children that are not draggable.
If you have e.g. 3, 4
, then it means that your children on the
third and fourth cannot be used for dragging.
Compared to lockedIndices, these children can change their position
while dragging.
Default value:
Implementation
final List<int> nonDraggableIndices;