Expands all nodes whose keys are in allKeys.
allKeys
void expandAll(List<Object> allKeys) { _expandedKeys = Set<Object>.from(allKeys); notifyListeners(); }