builder property

ReorderableBuilder? builder
final

Called, as needed, to build the child this Reorderable.

The ReorderableBuilder animation parameter supplies you with an animation you can use to transition between the normal and the dragged state of the item. The inDrag parameter indicates whether this item is currently being dragged/reordered.

Implementation

final ReorderableBuilder? builder;