Unverified Commit 563da628 authored by omchiii's avatar omchiii Committed by GitHub

Update Paragraph.getLineBoundary docs (#83626)

parent dfcc14e3
......@@ -914,7 +914,7 @@ class TextPainter {
/// Returns the text range of the line at the given offset.
///
/// The newline, if any, is included in the range.
/// The newline (if any) is not returned as part of the range.
TextRange getLineBoundary(TextPosition position) {
assert(!_needsLayout);
return _paragraph!.getLineBoundary(position);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment