expandChild method

bool expandChild(
  1. String nodeId,
  2. String childName
)

Partially reveal a child by instance name.

Implementation

bool expandChild(String nodeId, String childName) =>
    schematic.expandChild(nodeId, childName);