onWillAccept property

bool Function(CallButton?)? onWillAccept
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;