SelectionChangedCallback typedef

SelectionChangedCallback = void Function(Selection selection)

Function signature for notifying whenever the selection changes.

Implementation

typedef SelectionChangedCallback = void Function(Selection selection);