getSemanticsNode method
- int id
Returns the SemanticsNode with the given id, if any.
Implementation
SemanticsNode? getSemanticsNode(int id) => _nodes[id];
Returns the SemanticsNode with the given id, if any.
SemanticsNode? getSemanticsNode(int id) => _nodes[id];