findDragOverObject method

GraphObject? findDragOverObject(
  1. Point pt
)

(undocumented)

Implementation

_i3.GraphObject? findDragOverObject(_i3.Point pt) => _i4.callMethod(
      this,
      'findDragOverObject',
      [pt],
    );