You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: