isNodeSelected method

bool isNodeSelected(
  1. String nodeId
)

True if the node is selected (partially or fully)

Implementation

bool isNodeSelected(String nodeId) {
  return _state.isNodeSelected(nodeId, positionIndex: _positionIndex);
}