Creates a widget that receives drags.
The builder argument must not be null.
Source
const DragTarget({
Key key,
@required this.builder,
this.onWillAccept,
this.onAccept
}) : super(key: key);
Creates a widget that receives drags.
The builder argument must not be null.
const DragTarget({
Key key,
@required this.builder,
this.onWillAccept,
this.onAccept
}) : super(key: key);