int getLineStartOffset(int lineIndex) { return _rope.lineToChar(lineIdx: BigInt.from(lineIndex)).toInt(); }