onAccept property

MyDragTargetAccept<T>? onAccept
final

Called when an acceptable piece of data was dropped over this drag target.

Implementation

final MyDragTargetAccept<T>? onAccept;