79177473

Date: 2024-11-11 11:34:06
Score: 1
Natty:
Report link

This helped for me:

ReorderableListView(
 shrinkWrap: true,
 physics: const ClampingScrollPhysics(), // add this line
 buildDefaultDragHandles: false,
 onReorder: _onReorder,
 children: [ 
  // Your children widget
 ],
),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: KelePro