DropViewDataReceivedCallback typedef

DropViewDataReceivedCallback = void Function(List<DropData> receivedData)

triggered when the drop data has been received

Implementation

typedef DropViewDataReceivedCallback = void Function(
    List<DropData> receivedData);