getNodeInOffset abstract method

Node? getNodeInOffset(
  1. Offset offset
)

Returns the Node containing to the offset.

offset must be under the global coordinate system.

Implementation

Node? getNodeInOffset(Offset offset);