crossProbeService property

  1. @protected
CrossProbeService? get crossProbeService

Optional CrossProbeService for cross-probing between viewers.

Override in subclass (e.g. EmbeddedSchematicViewer) to enable the CrossProbeButton in the AppBar and wire signal selection to the shared channel.

Implementation

@protected
CrossProbeService? get crossProbeService => null;