selectionChangedCallback property Null safety

InspectorSelectionChangedCallback? selectionChangedCallback
read / write

Callback typically registered by the WidgetInspector to receive notifications when selection changes.

The Flutter IntelliJ Plugin does not need to listen for this event as it instead listens for dart:developer inspect events which also trigger when the inspection target changes on device.

Implementation

InspectorSelectionChangedCallback? selectionChangedCallback;