Verifies if the TreeNode with id is expanded.
id
bool isExpanded(String id) => _expandedNodes[id] ?? false;