isExpanded method

bool isExpanded(
  1. Object key
)

Returns true if the node identified by key is expanded.

Implementation

bool isExpanded(Object key) => _expandedKeys.contains(key);