We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cce4e2 commit 59f0f3aCopy full SHA for 59f0f3a
lib/account/view/saved_filters_page.dart
@@ -44,6 +44,9 @@ class SavedFiltersPage extends StatelessWidget {
44
}
45
46
return ReorderableListView.builder(
47
+ // Disable the default trailing drag handles to use only the
48
+ // custom leading handle.
49
+ buildDefaultDragHandles: false,
50
itemCount: savedFilters.length,
51
itemBuilder: (context, index) {
52
final filter = savedFilters[index];
0 commit comments