generated/arcane_shadcn/src/components/form/sortable library

Classes

ListChange<T>
ListChanges<T>
ListInsertChange<T>
ListRemoveChange<T>
ListSwapChange<T>
RawSortableItemPositioned
RawSortableList<T>
RawSortableParentData
RawSortableStack
RawSortableStack prevents the stacking children from going outside the bounds of this widget. It will clamp the position of the children to the bounds of this widget.
RenderRawSortableStack
SortableChildBuilderDelegate<T>
SortableChildListDelegate<T>
SortableListDelegate<T>

Typedefs

SortableItemBuilder<T> = T Function(BuildContext context, int index)
SortableWidgetBuilder<T> = Widget Function(BuildContext context, int index, T item)