findLineEnd method

int findLineEnd(
  1. int offset
)

Finds the end of the line containing offset.

Implementation

int findLineEnd(int offset) => _rope.findLineEnd(offset);