builder property

DragTargetBuilder<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 DragTargetBuilder<T> builder;