onExpandWire property
final
Callback to partially expand a node to reveal a specific wire by name.
Finds the hyperedge matching wireName and reveals its connected
children plus the wire itself.
Implementation
final Future<SchematicLayoutResult?> Function(String nodeId, String wireName)?
onExpandWire;