huhuang03 / reorderable_grid_view

MIT License
46 stars 33 forks source link

Dragging rounded widget adds rectangular white container #44

Closed 0x-cell closed 2 years ago

0x-cell commented 2 years ago

Hey, I have a grid of items which has rounded corners. When dragging the widget the widget is wrapped in a rectangular white container. Is there a way to override the wrapped widget decoration/style?

Example (right picture is dragged) obraz

0x-cell commented 2 years ago

Figured out that we can use dragWidgetBuilder to do that. Thanks.

huhuang03 commented 2 years ago

Thanks. I will update Readme to point out this.