expand method
Expands the node identified by key.
Implementation
void expand(Object key) {
if (_expandedKeys.add(key)) {
notifyListeners();
}
}
Expands the node identified by key.
void expand(Object key) {
if (_expandedKeys.add(key)) {
notifyListeners();
}
}