Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize drop area / preview #185

Open
pbouttier opened this issue Aug 17, 2023 · 1 comment
Open

Customize drop area / preview #185

pbouttier opened this issue Aug 17, 2023 · 1 comment

Comments

@pbouttier
Copy link

Hi,

today the drop area looks like this

Widget spacing = _draggingWidget == null ? SizedBox.fromSize(size: _dropAreaSize) : Opacity(opacity: 0.2, child: _draggingWidget);

We have a kind of preview of the element, would it be possible to customize it? For example, to simply have "nothing" (as if opacity = 0) and have it render like the official widget for reordering (I don't use it for other reasons)?

Thanks

@muxonn
Copy link

muxonn commented Apr 15, 2024

I totally agree with you, to be honest this feature should seem kinda obvious.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants