isExpanded method

bool isExpanded(
  1. String nodeId
)

Whether a node is currently expanded.

Implementation

bool isExpanded(String nodeId) => schematic.isExpanded(nodeId);