Finds the start of the line containing offset.
offset
int findLineStart(int offset) => _rope.findLineStart(offset);