Verifies if the TreeNode with id is visible.
id
bool isVisible(String id) => _visibleNodesMap[id] ?? false;