findLineEnd method

int findLineEnd(
  1. int offset
)

Implementation

int findLineEnd(int offset) {
  return _rope.findLineEnd(offset: BigInt.from(offset)).toInt();
}