hanshengchiu / reorderables

Reorderable table, row, column, wrap, and sliver list that allow drag and drop of the children. https://pub.dartlang.org/packages/reorderables
MIT License
740 stars 170 forks source link

custom widget for placeholder in original position #179

Open BernardoGui opened 1 year ago

BernardoGui commented 1 year ago

Please add the option to customize the placeholder widget that remains in the previous position until the drag ends. It seems that at the moment, the child is just wrapped in an Opacity(). Something similar to buildDraggableFeedback for the moving part would be fantastic for the widget that stays in place.