expand method

void expand(
  1. NavNodeId id
)

Implementation

void expand(NavNodeId id) {
  if (_expanded.add(id)) notifyListeners();
}