builder property

SingleChildDragTargetBuilder<T> builder
final

Called to build the contents of this widget.

The builder can build different widgets depending on what is being dragged into this drag target.

Implementation

final SingleChildDragTargetBuilder<T> builder;