onAccept property
final
Callback, called when an acceptable T
was dropped over this target.
Implementation
final void Function(T)? onAccept;
Callback, called when an acceptable T
was dropped over this target.
final void Function(T)? onAccept;