nodes property

List<FocusNode> get nodes

The list of all registered nodes in this scope.

Implementation

List<FocusNode> get nodes => _nodes;