focus method

void focus(
  1. TreeNodeId id
)

Implementation

void focus(TreeNodeId id) {
  _focused = id;
  notifyListeners();
}