reorderables library

Classes

ContainedDraggable
ReorderableColumn
Reorderable (drag and drop) version of Column, a widget that displays its draggable children in horizontally.
ReorderableFlex
Reorderable (drag and drop) version of Flex, a widget that displays its draggable children in a one-dimensional array.
ReorderableItem
ReorderableRow
Reorderable (drag and drop) version of Row, a widget that displays its draggable children in horizontally.
ReorderableSliverChildBuilderDelegate
Reorderable (drag and drop) version of SliverChildBuilderDelegate, a delegate that supplies children for slivers using a builder callback.
ReorderableSliverChildListDelegate
Reorderable (drag and drop) version of SliverChildListDelegate, a delegate supplies children for slivers using an explicit list.
ReorderableSliverList
Reorderable (drag and drop) version of SliverList, a widget that places multiple box draggable children in a linear array along the main axis.
ReorderableTable
Reorderable (drag and drop) version of Table, a widget that displays its children in a two-dimensional grid.
ReorderableTableRow
ReorderableWidget
ReorderableWrap
Reorderable (drag and drop) version of Wrap, A widget that displays its children in multiple horizontal or vertical runs.

Typedefs

DecorateDraggableFeedback = Widget Function(BuildContext feedbackContext, Widget draggableFeedback)