I want to implement an expandable list along with sorting in Flutter.
All items in the list should be draggable - sections and child items. Child items should be movable between sections. Good video example is here: https://youtu.be/S7cSwMArjUQ?t=28
If there is no such widget yet, how could I implement this using existing widgets?