onWillAccept property
final
Callback, called to determine whether this Launchpad is interested in receiving a given piece of data being dragged over this Launchpad.
Implementation
final bool Function(CallButton?)? onWillAccept;
Callback, called to determine whether this Launchpad is interested in receiving a given piece of data being dragged over this Launchpad.
final bool Function(CallButton?)? onWillAccept;