reorder_list/reorder_list library

Classes

ItemSelectionEvent
An event to represent each selection change.
MultiReorderEvent
An event data emitted when multiSelect is set to true.
ReorderEvent
An event data emitted after single drag element is dropped.
ReorderHandleDirective
Indicates the element with this directive is the drag handle for the containing reorderItem.
ReorderHandleProvider
Interface that will return a ReorderHandleDirective for use as a handle of a component marked as a reorderItem inside a reorder-list.
ReorderItemDirective
Indicates that the element is a list item in the containing reorder-list component. See ReorderListComponent for usage.
ReorderListComponent
Provides a list that can reorder it's children using html5 drag&drop. A vertical reorder-list will use any component in its

Typedefs

ReorderListHandler = void Function(int sourceIndex, int destIndex)