繁体   English   中英

Flutter中的Draggable and ReorderableListView

[英]Draggable and ReorderableListView in Flutter

除了重新排序元素之外,我还希望能够在将它们拖到垃圾桶时删除它们

Flutter Draggable and ReorderableListView

我想通过拖放和删除它们来重新排列 A、B 和 C。

图片

为此,您可以使用Draggable Widget。 拖动完成后,从列表中删除特定项目。 查看以下网站了解更多详情。

可拖动小部件详细信息

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM