getPositionAtEndOfLine method
Returns the TextNodePosition that corresponds to the last character
in the line of text that contains the given textNodePosition
.
Implementation
@override
TextNodePosition getPositionAtEndOfLine(TextNodePosition textNodePosition) {
return childTextComposable.getPositionAtEndOfLine(textNodePosition);
}