onAccept property

void Function(T)? onAccept
final

Callback, called when an acceptable T was dropped over this target.

Implementation

final void Function(T)? onAccept;