onDestinationPath property

DestinationSelectedPath? onDestinationPath
final

Callback that is called when a destination is selected.

The function receives parameter:

  • path: The path of the selected destination (can be null)

Implementation

final DestinationSelectedPath? onDestinationPath;