builder property

DraggableBuilder? builder
final

It's required to use ReorderableBuilder to obtain updated children.

This function returns the children containing all necessary widgets for animations and drag-and-drop functionality. Ensure to use the children returned by this function for proper integration.

Implementation

final DraggableBuilder? builder;