widgets/reorderable_list
library
Classes
-
ReorderableDelayedDragStartListener
-
A wrapper widget that will recognize the start of a drag operation by
looking for a long press event. Once it is recognized, it will start
a drag operation on the wrapped item in the reorderable list.
-
ReorderableDragStartListener
-
A wrapper widget that will recognize the start of a drag on the wrapped
widget by a PointerDownEvent, and immediately initiate dragging the
wrapped item to a new location in a reorderable list.
-
ReorderableList
-
A scrolling container that allows the user to interactively reorder the
list items.
-
ReorderableListState
-
The state for a list that allows the user to interactively reorder
the list items.
-
SliverReorderableList
-
A sliver list that allows the user to interactively reorder the list items.
-
SliverReorderableListState
-
The state for a sliver list that allows the user to interactively reorder
the list items.