Tag: ListView

  • Flutter: add drag handle to ReorderableListView

    Flutter: add drag handle to ReorderableListView

    Written by

    in

    By default, ReorderableListView only shows drag handles on desktop (GitHub). To enable a drag handle inside a ReorderableListView, it is possible to add the following code into the child’s subtree: A full example usage with a very simple list: This will result in the following output:

    Read more