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

Is there a way to control whether reordering is enabled or disabled? #94

Open
kouroku-room opened this issue Dec 16, 2024 · 0 comments
Open

Comments

@kouroku-room
Copy link

In Flutter's ReorderableListView, I can manage enable/disable by the value of buildDefaultDragHandles.
https://api.flutter.dev/flutter/material/ReorderableListView-class.html

https://stackoverflow.com/questions/69480367/how-to-disable-reorderablelistview-reorder-capability-but-still-allow-scrolling

Is there an easy way to manage enable/disable in this library?
If not, do you plan to add one in the future?

I would be happy if the onReorder argument could be nullable, and if it is null, reordering is disabled, or if it can be managed with the enable argument.

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

1 participant