mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
#73 fix & opt.
- fix: reorder list default drag - opt.: android home widget grey text
This commit is contained in:
@@ -71,6 +71,7 @@ class _SnippetListPageState extends State<SnippetListPage> {
|
||||
return ReorderableListView.builder(
|
||||
padding: const EdgeInsets.all(13),
|
||||
itemCount: filtered.length,
|
||||
buildDefaultDragHandles: false,
|
||||
onReorder: (oldIdx, newIdx) => setState(() {
|
||||
provider.snippets.moveByItem(
|
||||
filtered,
|
||||
|
||||
Reference in New Issue
Block a user