Closed eugenz3rr closed 1 year ago
Hello, you can custom the drag widget like this:
dragWidgetBuilderV2: DragWidgetBuilderV2(builder: (int index, Widget child, ImageProvider? screenshot) {
return child;
}),
Thanks a lot! Sometimes I'm just blind ...
Hi !
Problem
I'm using your implementation in my app and realy like your work! Is there a way to solve this? When I drag & drop my custom widgets. There is always an widget below mine that looks like a square and has it's own shadow.
Is there a way to hide this shadow and or make the widget transparent?