Range.fromPoint(Point point)

Source

factory Range.fromPoint(Point point) =>
    document._caretRangeFromPoint(point.x, point.y);