onDragSessionChanged property

void Function(DragSession? session)? onDragSessionChanged
getter/setter pair

Hook triggered whenever the active drag session changes.

Implementation

static void Function(DragSession? session)? onDragSessionChanged;