getNodeRect method

Rect? getNodeRect(
  1. String nodeId
)

Implementation

Rect? getNodeRect(String nodeId) {
  return _rects[nodeId];
}