builder property Null safety
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;
Called to build the contents of this widget.
The builder can build different widgets depending on what is being dragged into this drag target.
final DragTargetBuilder<T> builder;