Range.fromPoint(point)

Not documented.

Source

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